[Gregor.Core.EventUtil]

Gregor.Core.EventUtil

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.EventUtil

Custom Attributes: Gregor.Core.Module()

Description: 


Members

EventUtil

static private EventUtil()

Custom Attributes: 

Description: 

EventUtil

public EventUtil()

Custom Attributes: 

Description: 

s_EventBindingTable

static private System.Collections.Hashtable s_EventBindingTable

Custom Attributes: 

Description: 

AddDynamicHandlers

static public void AddDynamicHandlers(System.Object propertyTarget, System.Reflection.PropertyInfo pi, System.Reflection.EventInfo ei, System.Delegate del)

Custom Attributes: 

Description: 

AddEventHandlers

static public void AddEventHandlers(System.Object obj, System.String sEventName, System.Delegate del)

Custom Attributes: 

Description: 

AddEventHandlers

static public void AddEventHandlers(System.Type tp, System.String sEventName, System.Delegate del)

Custom Attributes: 

Description: 

CheckEventInfoFound

static private void CheckEventInfoFound(System.Reflection.EventInfo ei, System.Type tp, System.String sEventName)

Custom Attributes: 

Description: 

DoGetOrSetEventHandlers1

static private System.Delegate DoGetOrSetEventHandlers1(System.Boolean fSet, System.Object obj, System.Type tp, System.String sEvent, System.String sEventKeyFieldName, System.Delegate newValue)

Custom Attributes: 

Description: 

DoGetOrSetEventHandlers2

static private System.Delegate DoGetOrSetEventHandlers2(System.Boolean fSet, System.Object obj, System.Type tp, System.String sEvent, Gregor.Core.EventImplementation impl, System.Delegate newValue)

Custom Attributes: 

Description: 

GetComponentModelEventHandlerList

static private System.ComponentModel.EventHandlerList GetComponentModelEventHandlerList(System.Object obj, System.Type tp)

Custom Attributes: 

Description: 

GetEventHandlers

static public System.Delegate GetEventHandlers(System.Type tp, System.String sEvent, Gregor.Core.EventImplementation impl)

Custom Attributes: 

Description: 

GetEventHandlers

static public System.Delegate GetEventHandlers(System.Type tp, System.String sEvent, System.String sEventKeyFieldName)

Custom Attributes: 

Description: 

GetEventHandlers

static public System.Delegate GetEventHandlers(System.Object obj, System.String sEvent, System.String sEventKeyFieldName)

Custom Attributes: 

Description: 

GetEventHandlers

static public System.Delegate GetEventHandlers(System.Object obj, System.String sEvent, Gregor.Core.EventImplementation impl)

Custom Attributes: 

Description: 

RaiseOneByOne

static public void RaiseOneByOne(System.MulticastDelegate evt, System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

RemoveDynamicHandlers

static public void RemoveDynamicHandlers(System.Object propertyTarget, System.Reflection.PropertyInfo pi, System.Reflection.EventInfo ei, System.Delegate del)

Custom Attributes: 

Description: 

RemoveEventHandlers

static public void RemoveEventHandlers(System.Type tp, System.String sEventName, System.Delegate del)

Custom Attributes: 

Description: 

RemoveEventHandlers

static public void RemoveEventHandlers(System.Object obj, System.String sEventName, System.Delegate del)

Custom Attributes: 

Description: 

SetEventHandlers

static public void SetEventHandlers(System.Type tp, System.String sEvent, System.String sEventKeyFieldName, System.Delegate newValue)

Custom Attributes: 

Description: 

SetEventHandlers

static public void SetEventHandlers(System.Object obj, System.String sEvent, System.String sEventKeyFieldName, System.Delegate newValue)

Custom Attributes: 

Description: 

SetEventHandlers

static public void SetEventHandlers(System.Object obj, System.String sEvent, Gregor.Core.EventImplementation impl, System.Delegate newValue)

Custom Attributes: 

Description: 

SetEventHandlers

static public void SetEventHandlers(System.Type tp, System.String sEvent, Gregor.Core.EventImplementation impl, System.Delegate newValue)

Custom Attributes: 

Description: 

UpdateDynamicHandlers

static public void UpdateDynamicHandlers(System.Object propertyTarget, System.Reflection.PropertyInfo pi, System.Object oldSender, System.Object newSender)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Collections.Hashtable

System.ComponentModel.EventHandlerList

System.EventArgs

System.Object

System.Reflection.EventInfo

System.Reflection.PropertyInfo

System.String

System.Type

System.Delegate

System.MulticastDelegate

System.Boolean

System.Void

Gregor.Core.EventImplementation