Class GrabMouseEventArgs
Args GrabMouse related events.
public class GrabMouseEventArgs : EventArgs- Inheritance
- 
      
      
      GrabMouseEventArgs
- Inherited Members
Constructors
- GrabMouseEventArgs(View)
- Creates a new instance of the GrabMouseEventArgs class. 
Properties
- Cancel
- Flag that allows the cancellation of the event. If set to true in the event handler, the event will be canceled. 
- View
- Gets the view that grabbed the mouse.