Property Handled
Handled
Gets or sets a value indicating whether the mouse event was handled.
public bool Handled { get; set; }
Property Value
Remarks
Set this to true to prevent the event from being processed by other views.
Gets or sets a value indicating whether the mouse event was handled.
public bool Handled { get; set; }
Set this to true to prevent the event from being processed by other views.