Spread Windows Forms 11.0 Product Documentation
MouseUp Event (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : MouseUp Event
Occurs when the mouse button is released.
Syntax
'Declaration
 
Public Event MouseUp As MouseEventHandler
'Usage
 
Dim instance As SideButtonBase
Dim handler As MouseEventHandler
 
AddHandler instance.MouseUp, handler
public event MouseEventHandler MouseUp
Event Data

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

PropertyDescription
 
 
 
 
 
 
See Also