| Visual Basic (Declaration) | |
|---|---|
Public Event ButtonToggled As dbiButton.EventButtonToggledHandler | |
| C# | |
|---|---|
public event dbiButton.EventButtonToggledHandler ButtonToggled | |
The event handler receives an argument of type ButtonToggledEventArgs containing data related to this event. The following ButtonToggledEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ToggleState | Determines the new toggle state of the control |