Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.WeakDelegateUtil Custom Attributes: Gregor.Core.Module() Description:
static public void AddWeakEventHandler(ref System.Collections.Generic.IList<> handlers, System.EventHandler<> value) Custom Attributes: Description:
static public Gregor.Core.IWeakEventHandler<> CreateWeakEventHandler(System.EventHandler<> originalHandler) Custom Attributes: Description:
static public void InvokeWeakEventHandler(System.Collections.Generic.IList<> handlers, System.Object sender, EventArgsType e) Custom Attributes: Description:
static public void RemoveWeakEventHandler(System.Collections.Generic.IList<> handlers, System.EventHandler<> value) Custom Attributes: Description:
Gregor.Core.IWeakEventHandler<>