C# 클래스 Ext.Net.Observable

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
RegisterAttributes ( ) : void

RegisterCustomAttribute ( string key, string value ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RegisterAttributes() 보호된 메소드

protected RegisterAttributes ( ) : void
리턴 void

RegisterCustomAttribute() 보호된 메소드

protected RegisterCustomAttribute ( string key, string value ) : void
key string
value string
리턴 void