| Visual Basic (Declaration) | |
|---|---|
Public Event ClickSpin As SpinClickEventHandler | |
| C# | |
|---|---|
public event SpinClickEventHandler ClickSpin | |
The event handler receives an argument of type SpinClickEventArgs containing data related to this event. The following SpinClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Button | Indicates which spin button was clicked on. |