|
|
|
|
MouseUp Event, SftTabs Class |
Occurs when the mouse pointer is over the control and a mouse button is released.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event MouseUp As MouseEventHandler |
C# |
public event MouseEventHandler MouseUp; |
C++ |
public: event MouseEventHandler MouseUp; |
Event Data
The MouseUp event handler receives an argument of type MouseEventArgs containing data related to this event.
Comments
The MouseUp event occurs when the mouse pointer is over the control and a mouse button is released.