Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CHandler : System.Object, System.IDisposable Custom Attributes: Description:
protected CHandler(System.Object sender, System.String sEventName, System.Object listener, System.String sMethodName) Custom Attributes: Description:
public event System.EventHandler EventFired Custom Attributes: Description:
private System.EventHandler EventFired Custom Attributes: Description:
private System.Boolean m_Disposed Custom Attributes: Description:
private System.Boolean m_Enabled Custom Attributes: Description:
private System.Reflection.EventInfo m_EventInfo Custom Attributes: Description:
private System.String m_EventName Custom Attributes: Description:
private System.Delegate m_HandlerDelegate Custom Attributes: Description:
private System.Object m_Listener Custom Attributes: Description:
private System.String m_MethodName Custom Attributes: Description:
private System.Object m_Sender Custom Attributes: Description:
public System.Boolean Enabled {get;set;}
Custom Attributes:
Description:
public System.Type EventHandlerType {get;}
Custom Attributes:
Description:
public System.String EventName {get;}
Custom Attributes:
Description:
public System.Boolean IsDisposed {get;}
Custom Attributes:
Description:
public System.Object Listener {get;}
Custom Attributes:
Description:
public System.Reflection.MethodInfo Method {get;}
Custom Attributes:
Description:
public System.String MethodName {get;}
Custom Attributes:
Description:
public System.Object Sender {get;}
Custom Attributes:
Description:
private void CheckState() Custom Attributes: Description:
static public Gregor.Core.CHandler Create(System.Object sender, System.String sEventName, System.Object listener, System.String sMethodName) Custom Attributes: Description:
static public Gregor.Core.CHandler Create(System.Object sender, System.String sEventName) Custom Attributes: Description:
static public Gregor.Core.CHandler[] CreateForMultipleEvents(System.Object sender, System.String sEventNamePattern) Custom Attributes: Description:
static public Gregor.Core.CHandler[] CreateForMultipleEvents(System.Object sender, System.String sEventNamePattern, System.Object listener, System.String sMethodName) Custom Attributes: Description:
public void Dispose() // System.IDisposable.Dispose Custom Attributes: Description:
static private Gregor.Core.CHandler[] DoCreateForMultipleEvents(System.Object sender, System.String sEventNamePattern, System.Object listener, System.String sMethodName) Custom Attributes: Description:
protected void HandleIt(System.Object sender, System.EventArgs e) Custom Attributes: Description:
private void Init(System.Object sender, System.String sEventName, System.Object listener, System.String sMethodName) Custom Attributes: Description:
protected virtual void OnEventFired(System.EventArgs e) Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description: