Spread Windows Forms 11.0 Product Documentation
MouseDown Event (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : MouseDown Event
Occurs when the mouse button is pressed down.
Syntax
'Declaration
 
Public Event MouseDown As MouseEventHandler
'Usage
 
Dim instance As SideButtonBase
Dim handler As MouseEventHandler
 
AddHandler instance.MouseDown, handler
public event MouseEventHandler MouseDown
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