'Declaration
Public Event SpinDown As SpinDownEventHandler
'Usage
Dim instance As SuperEditPreview Dim handler As SpinDownEventHandler AddHandler instance.SpinDown, handler
public event SpinDownEventHandler SpinDown
Event Data
The event handler receives an argument of type SpinDownEventArgs containing data related to this event. The following SpinDownEventArgs 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