Property Handled
Handled
Indicates if the current mouse event has already been processed and the driver should stop notifying any other event subscriber. Its important to set this value to true specially when updating any View's layout from inside the subscriber method.
public bool Handled { get; set; }
Property Value
Remarks
This property forwards to the Handled property and is provided as a convenience and for backwards compatibility