Class View.MouseEventArgs
Specifies the event arguments for MouseEvent. This is a higher-level construct than the wrapped MouseEvent class and is used for the events defined on View and subclasses of View (e.g. MouseEnter and MouseClick).
public class View.MouseEventArgs : EventArgs
- Inheritance
-
View.MouseEventArgs
- Inherited Members
Constructors
- MouseEventArgs(MouseEvent)
Constructs.
Properties
- 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.
- MouseEvent
The MouseEvent for the event.