Invoked when the button has been clicked. Syntax
Syntax Parameters controlElement
Invoked when the mouse is pressed down on the button Syntax Parameters e Mouse event argumentsadjustableArea True if the mouse was over the adjustable area of the elementcaptureMouseForElement UIElement to take capture Example This sample uses GetDescendant to get a child UIElement of the main control. Then hit-te...
Invoked when the mouse hovers over the element. Syntax Example This sample initializes the appearance of a UIElement based on the mouse position within the element. It also exemplifies the use of mouse hover notifications.
Invoked when the mouse leaves the bounds of the element. Syntax Example This sample initializes the appearance of a UIElement based on the mouse position within the element. It also exemplifies the use of mouse hover notifications.