Class EventAccessor<TDelegate>
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class EventAccessor<TDelegate> : MulticastDelegate
Type Parameters
Name | Description |
---|---|
TDelegate | Handler type (derived from Delegate). |
Constructors
Name | Description |
---|---|
EventAccessor(Object, IntPtr) |
Methods
Name | Description |
---|---|
BeginInvoke(TDelegate, AsyncCallback, Object) | |
EndInvoke(IAsyncResult) | |
Invoke(TDelegate) |