Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.EventUtil Custom Attributes: Gregor.Core.Module() Description:
static private EventUtil() Custom Attributes: Description:
public EventUtil() Custom Attributes: Description:
static private System.Collections.Hashtable s_EventBindingTable Custom Attributes: Description:
static public void AddDynamicHandlers(System.Object propertyTarget, System.Reflection.PropertyInfo pi, System.Reflection.EventInfo ei, System.Delegate del) Custom Attributes: Description:
static public void AddEventHandlers(System.Object obj, System.String sEventName, System.Delegate del) Custom Attributes: Description:
static public void AddEventHandlers(System.Type tp, System.String sEventName, System.Delegate del) Custom Attributes: Description:
static private void CheckEventInfoFound(System.Reflection.EventInfo ei, System.Type tp, System.String sEventName) Custom Attributes: Description:
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:
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:
static private System.ComponentModel.EventHandlerList GetComponentModelEventHandlerList(System.Object obj, System.Type tp) Custom Attributes: Description:
static public System.Delegate GetEventHandlers(System.Type tp, System.String sEvent, Gregor.Core.EventImplementation impl) Custom Attributes: Description:
static public System.Delegate GetEventHandlers(System.Type tp, System.String sEvent, System.String sEventKeyFieldName) Custom Attributes: Description:
static public System.Delegate GetEventHandlers(System.Object obj, System.String sEvent, System.String sEventKeyFieldName) Custom Attributes: Description:
static public System.Delegate GetEventHandlers(System.Object obj, System.String sEvent, Gregor.Core.EventImplementation impl) Custom Attributes: Description:
static public void RaiseOneByOne(System.MulticastDelegate evt, System.Object sender, System.EventArgs e) Custom Attributes: Description:
static public void RemoveDynamicHandlers(System.Object propertyTarget, System.Reflection.PropertyInfo pi, System.Reflection.EventInfo ei, System.Delegate del) Custom Attributes: Description:
static public void RemoveEventHandlers(System.Type tp, System.String sEventName, System.Delegate del) Custom Attributes: Description:
static public void RemoveEventHandlers(System.Object obj, System.String sEventName, System.Delegate del) Custom Attributes: Description:
static public void SetEventHandlers(System.Type tp, System.String sEvent, System.String sEventKeyFieldName, System.Delegate newValue) Custom Attributes: Description:
static public void SetEventHandlers(System.Object obj, System.String sEvent, System.String sEventKeyFieldName, System.Delegate newValue) Custom Attributes: Description:
static public void SetEventHandlers(System.Object obj, System.String sEvent, Gregor.Core.EventImplementation impl, System.Delegate newValue) Custom Attributes: Description:
static public void SetEventHandlers(System.Type tp, System.String sEvent, Gregor.Core.EventImplementation impl, System.Delegate newValue) Custom Attributes: Description:
static public void UpdateDynamicHandlers(System.Object propertyTarget, System.Reflection.PropertyInfo pi, System.Object oldSender, System.Object newSender) Custom Attributes: Description:
System.ComponentModel.EventHandlerList