MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsEvent­Interception­ArgsEvent
Open sandboxFocus

EventInterceptionArgs.Event Property

Event

Use meta.Target.Event. If you need a run-time EventInfo. call ToEventInfo().

Declaration
[Obsolete("Use 'meta'.'meta.Target'.'IMetaTarget.Event'. If you need a run-time 'EventInfo'. call 'IEvent.ToEventInfo()'.", false)]
public EventInfo Event { get; set; }
Property Value
Type Description
EventInfo