Class ToggleButtonExt
This class overrides metadata for System.Windows.Controls.Primitives.ToggleButton class.
Inheritance
System.Object
ToggleButtonExt
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class ToggleButtonExt : ToggleButton
Constructors
ToggleButtonExt()
Declaration
public ToggleButtonExt()
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.EventArgs | e | The System.Windows.RoutedEventArgs that contains the event data. |