[Gregor.Core.CHandler]

Gregor.Core.CHandler

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CHandler

: System.Object, System.IDisposable

Custom Attributes: 

Description: 


Members

CHandler

protected CHandler(System.Object sender, System.String sEventName, System.Object listener, System.String sMethodName)

Custom Attributes: 

Description: 

EventFired

public event System.EventHandler EventFired

Custom Attributes: 

Description: 

EventFired

private System.EventHandler EventFired

Custom Attributes: 

Description: 

m_Disposed

private System.Boolean m_Disposed

Custom Attributes: 

Description: 

m_Enabled

private System.Boolean m_Enabled

Custom Attributes: 

Description: 

m_EventInfo

private System.Reflection.EventInfo m_EventInfo

Custom Attributes: 

Description: 

m_EventName

private System.String m_EventName

Custom Attributes: 

Description: 

m_HandlerDelegate

private System.Delegate m_HandlerDelegate

Custom Attributes: 

Description: 

m_Listener

private System.Object m_Listener

Custom Attributes: 

Description: 

m_MethodName

private System.String m_MethodName

Custom Attributes: 

Description: 

m_Sender

private System.Object m_Sender

Custom Attributes: 

Description: 

Enabled

public System.Boolean Enabled {get;set;}

Custom Attributes: 

Description: 

EventHandlerType

public System.Type EventHandlerType {get;}

Custom Attributes: 

Description: 

EventName

public System.String EventName {get;}

Custom Attributes: 

Description: 

IsDisposed

public System.Boolean IsDisposed {get;}

Custom Attributes: 

Description: 

Listener

public System.Object Listener {get;}

Custom Attributes: 

Description: 

Method

public System.Reflection.MethodInfo Method {get;}

Custom Attributes: 

Description: 

MethodName

public System.String MethodName {get;}

Custom Attributes: 

Description: 

Sender

public System.Object Sender {get;}

Custom Attributes: 

Description: 

CheckState

private void CheckState()

Custom Attributes: 

Description: 

Create

static public Gregor.Core.CHandler Create(System.Object sender, System.String sEventName, System.Object listener, System.String sMethodName)

Custom Attributes: 

Description: 

Create

static public Gregor.Core.CHandler Create(System.Object sender, System.String sEventName)

Custom Attributes: 

Description: 

CreateForMultipleEvents

static public Gregor.Core.CHandler[] CreateForMultipleEvents(System.Object sender, System.String sEventNamePattern)

Custom Attributes: 

Description: 

CreateForMultipleEvents

static public Gregor.Core.CHandler[] CreateForMultipleEvents(System.Object sender, System.String sEventNamePattern, System.Object listener, System.String sMethodName)

Custom Attributes: 

Description: 

Dispose

public void Dispose() // System.IDisposable.Dispose

Custom Attributes: 

Description: 

DoCreateForMultipleEvents

static private Gregor.Core.CHandler[] DoCreateForMultipleEvents(System.Object sender, System.String sEventNamePattern, System.Object listener, System.String sMethodName)

Custom Attributes: 

Description: 

HandleIt

protected void HandleIt(System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

Init

private void Init(System.Object sender, System.String sEventName, System.Object listener, System.String sMethodName)

Custom Attributes: 

Description: 

OnEventFired

protected virtual void OnEventFired(System.EventArgs e)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CHandler

System.EventArgs

System.Object

System.Reflection.EventInfo

System.Reflection.MethodInfo

System.String

System.Type

System.IDisposable

System.Delegate

System.EventHandler

System.Boolean

System.Void