UIControllerExitingAfterFailedReactivatingInvalidatedControl Event

Occurs when the the UIController is about to exit because a flow abort exception was thrown and there is no control to return keyboard focus to.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public event CancelEventHandler ExitingAfterFailedReactivatingInvalidatedControl

Value

CancelEventHandler

Remarks

An CancelEventArgs is provided. If Cancel is set to true, the undo will not be performed.

See Also