CommandBeforeWindowClick Field

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

Definition

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

Field Value

Command

Remarks

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

See Also