SDG Toolkit

SdgControl.SdgMouseUp Event

Event fired when any mouse button has been released after pressing on this widget

public event SdgMouseEventHandler SdgMouseUp;

Event Data

The event handler receives an argument of type SdgMouseEventArgs containing data related to this event. The following SdgMouseEventArgs properties provide information specific to this event.

Property Description
Button Gets the mouse buttons depressed in this mouse event
Delta Gets the number of detantes the mouse wheel has been moved multiplied by 120
ID Gets the ID of the mouse that raised this mouse event
X Gets the X position of this mouse event
Y Gets the Y position of this mouse event

See Also

SdgControl Class | Sdgt Namespace