ComponentTray::OnMouseUp Method (MouseEventArgs^)
.NET Framework (current version)
Called when the mouse button has been released.
Assembly: System.Design (in System.Design.dll)
Parameters
- e
-
Type:
System.Windows.Forms::MouseEventArgs^
A MouseEventArgs that provides data for the event.
Notes to Inheritors:
When overriding OnMouseUp in a derived class, be sure to call the base class's OnMouseUp method so that registered delegates receive the event.
.NET Framework
Available since 1.1
Available since 1.1
Show: