Event(EventAccessor<TDelegate>, EventAccessor<TDelegate>)
Declaration
public Event(EventAccessor<TDelegate> addDelegate, EventAccessor<TDelegate> removeDelegate)
Parameters
Type | Name | Description |
---|---|---|
EventAccessor<TDelegate> | addDelegate | |
EventAccessor<TDelegate> | removeDelegate |