Method ExecuteDefaultActionAtTarget
ExecuteDefaultActionAtTarget(EventBase)
Executes logic after the callbacks registered on the event target have executed, unless the event is marked to prevent its default behaviour. EventBase{T}.PreventDefault.
Declaration
protected override void ExecuteDefaultActionAtTarget(EventBase evt)
Parameters
Type | Name | Description |
---|---|---|
EventBase | evt | The event instance to process. |