'Declaration
Public Event SpinUp As SpinUpEventHandler
'Usage
Dim instance As SuperEditPreview 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.
Property | Description |
---|---|
Cancel | Gets or sets a value that indicates whether default processing should be cancelled. |
See Also