.NET Framework Class Library

ServerEventsHandler Class

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace >

.NET Framework Class Library

ServerEventsHandler Class

Abstract class that needs to be overriden to receive server side events.

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<SerializableAttribute> _
Public MustInherit Class ServerEventsHandler

C#

[SerializableAttribute]
public abstract class ServerEventsHandler

Visual C++

[SerializableAttribute]
public ref class ServerEventsHandler abstract

Inheritance Hierarchy

System.Object

Gnostice.Controls.ASP.ServerEventsHandler

See Also

ServerEventsHandler Members

Gnostice.Controls.ASP Namespace