dbicButton Send comments on this topic.
ButtonToggledEventArgs Class
See Also  Members  
dbicButton Assembly > Dbi.WinControl.Button Namespace : ButtonToggledEventArgs Class

Provides data for the ButtonToggled Event

Object Model

ButtonToggledEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class ButtonToggledEventArgs 
   Inherits System.EventArgs
C# 
public class ButtonToggledEventArgs : System.EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dbi.WinControl.Button.ButtonToggledEventArgs

Requirements

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

See Also