Version

ClientEventsBase Class

Base class for ClientSideEvents properties exposed by controls. This object handles the persistence and rendering of client events on behalf of a control. This object also enables the developer to determine if a client event will cause a postback to the server when fired. The GetClientEventNameList method is called by the base class to allow derived classes to add their client events to the list which will be processed at render time.
Syntax
'Declaration
 
Public MustInherit Class ClientEventsBase 
   Inherits ObjectBase
   Implements Infragistics.Web.UI.IClientStateInfragistics.Web.UI.IObjectBase 
public abstract class ClientEventsBase : ObjectBase, Infragistics.Web.UI.IClientStateInfragistics.Web.UI.IObjectBase  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also