CommandBeforeControlClick Field

Happens when the mouse is down and before the navigation to the clicked control.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static readonly Command BeforeControlClick

Field Value

Command

Remarks

By handling this Command with Handled false, the clicked control will not get focus.

See Also