dbicButton Send comments on this topic.
ButtonToggled Event
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : ButtonToggled Event

Occurs when the state of a ToggleButton is changed.

Syntax

Visual Basic (Declaration) 
Public Event ButtonToggled As dbiButton.EventButtonToggledHandler
C# 
public event dbiButton.EventButtonToggledHandler ButtonToggled

Event Data

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.

PropertyDescription
ToggleState Determines the new toggle state of the control

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also