Name | Description | |
---|---|---|
CaptureInEvent | ||
CaptureOutEvent | ||
DownEvent | The event which is raised when the mouse is down in a node | |
EnterEvent | The event which is raised when the mouse enters a node | |
GotCaptureEvent | The Event associated with Mouse GotCapture | |
InEvent | The In event | |
IsCapturedPropertyEx | Gets the IsCaptured Extended Property. The value of this property is automatically set to true for the current mouse capture target. The value of this property is cleared from the previous mouse capture target (if any). | |
IsCaptureWithinPropertyEx | Gets the IsCaptureWithin Extended Property. The value of this property is automatically set to true for the current mouse capture target and its ancestors chain. The value of this property is cleared from the previous mouse capture target and its ancestors chain (if any). | |
IsDirectlyOverPropertyEx | Gets the IsDirectlyOver Extended Property. The value of this property is automatically set to true for the current mouse over target. The value of this property is cleared from the previous mouse over target (if any). | |
IsOverPropertyEx | Gets the IsOver Extended Property. The value of this property is automatically set to true for the current mouse over target and its ancestors chain. The value of this property is cleared from the previous mouse capture target and its ancestors chain (if any). | |
LeaveEvent | The Event associated with Mouse Leave | |
LostCaptureEvent | The Event associated with Mouse LostCapture | |
MoveEvent | The event which is raised when the mouse moves over a node | |
OutEvent | The Out event | |
UpEvent | The event which is raised when the mouse is up in a node | |
WheelEvent | The event which is raised when the mouse wheel is moved in a node |