[Gregor.Core.WeakDelegateUtil]

Gregor.Core.WeakDelegateUtil

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.WeakDelegateUtil

Custom Attributes: Gregor.Core.Module()

Description: 


Members

AddWeakEventHandler<>

static public void AddWeakEventHandler(ref System.Collections.Generic.IList<> handlers, System.EventHandler<> value)

Custom Attributes: 

Description: 

CreateWeakEventHandler<>

static public Gregor.Core.IWeakEventHandler<> CreateWeakEventHandler(System.EventHandler<> originalHandler)

Custom Attributes: 

Description: 

InvokeWeakEventHandler<>

static public void InvokeWeakEventHandler(System.Collections.Generic.IList<> handlers, System.Object sender, EventArgsType e)

Custom Attributes: 

Description: 

RemoveWeakEventHandler<>

static public void RemoveWeakEventHandler(System.Collections.Generic.IList<> handlers, System.EventHandler<> value)

Custom Attributes: 

Description: 


See Also

EventArgsType

Gregor.Core.ModuleAttribute

System.Object

Gregor.Core.IWeakEventHandler<>

System.Collections.Generic.IList<>

System.EventHandler<>

System.Void