Event UnGrabbingMouse
Occurs when a view requests to release the mouse grab; can be canceled.
Handlers can set e.Cancel
to true to prevent the ungrab.
event EventHandler<GrabMouseEventArgs>? UnGrabbingMouse
Returns
- EventHandler<GrabMouseEventArgs>
- Occurs when a view requests to release the mouse grab; can be canceled. Handlers can set e.Cancel to true to prevent the ungrab.