Open sandboxFocus

Property Event

Event

Gets the target event, or throws an exception if the advice does not target an event.

Declaration
IEvent Event { get; }
Property Value
Type Description
IEvent
Remarks

Programmatically add or remove handlers using meta.Target.Event.Add(handler) or meta.Target.Event.Remove(handler) in event override templates.

See Also
Add(dynamic)
Remove(dynamic)