C# Class Ext.Net.Observable

Mostra file Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
AddEvents void
AddListener void
AddListener void
AddListener void
AddListener void
AddListener void
AddListener void
AfterItemAdd void
AfterItemRemove void
FireAsyncEvent void
FireEvent void
GetDirectEvents ComponentDirectEvents
Observable_BeforeClientInit void
On void
On void
On void
On void
On void
On void
OnAfterClientInit void
OnAfterClientInitHandler void
OnBeforeClientInit void
OnBeforeClientInitHandler void
OnClientInit void
OnInit void
OnPreRender void
PreRenderAction void
PurgeListeners void
RemoveListener void
RemoveListener void
ResumeEvents void
SuspendEvents void
Un void
Un void

Protected Methods

Method Description
RegisterAttributes ( ) : void

RegisterCustomAttribute ( string key, string value ) : void

Private Methods

Method Description
AddEvents ( string events ) : void
AddListener ( string eventName, JFunction fn ) : void
AddListener ( string eventName, JFunction fn, string scope ) : void
AddListener ( string eventName, JFunction fn, string scope, HandlerConfig options ) : void
AddListener ( string eventName, string fn ) : void
AddListener ( string eventName, string fn, string scope ) : void
AddListener ( string eventName, string fn, string scope, HandlerConfig options ) : void
AfterItemAdd ( Observable item ) : void
AfterItemRemove ( Observable item ) : void
FireAsyncEvent ( string eventName, System.Web.UI.WebControls.ParameterCollection extraParams ) : void
FireEvent ( string eventName ) : void
GetDirectEvents ( ) : ComponentDirectEvents
Observable_BeforeClientInit ( Observable sender ) : void

On ( string eventName, JFunction fn ) : void
On ( string eventName, JFunction fn, string scope ) : void
On ( string eventName, JFunction fn, string scope, HandlerConfig options ) : void
On ( string eventName, string fn ) : void
On ( string eventName, string fn, string scope ) : void
On ( string eventName, string fn, string scope, HandlerConfig options ) : void
OnAfterClientInit ( Observable sender ) : void
OnAfterClientInitHandler ( ) : void
OnBeforeClientInit ( Observable sender ) : void
OnBeforeClientInitHandler ( ) : void
OnClientInit ( bool reinit ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
PreRenderAction ( ) : void
PurgeListeners ( ) : void
RemoveListener ( string eventName, string fn ) : void
RemoveListener ( string eventName, string fn, string scope ) : void
ResumeEvents ( ) : void
SuspendEvents ( bool queueSuspended ) : void
Un ( string eventName, string fn ) : void
Un ( string eventName, string fn, string scope ) : void

Method Details

RegisterAttributes() protected method

protected RegisterAttributes ( ) : void
return void

RegisterCustomAttribute() protected method

protected RegisterCustomAttribute ( string key, string value ) : void
key string
value string
return void