Spread Windows Forms 12.0 Product Documentation
SpinUp Event (SuperEditBase)


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : SpinUp Event
Occurs when a user clicks a spin up button in the edit control.
Syntax
'Declaration
 
Public Event SpinUp As SpinUpEventHandler
'Usage
 
Dim instance As SuperEditBase
Dim handler As SpinUpEventHandler
 
AddHandler instance.SpinUp, handler
public event SpinUpEventHandler SpinUp
Event Data

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

PropertyDescription
Gets or sets whether to cancel the SpinUp event and action.  
Remarks
You can use the Cancel property in the SpinUpEventArgs class to cancel the SpinUp event.
See Also