Ext.NET by Object.NET Inc.

<PackageReference Include="Ext.NET" Version="5.3.0" />

.NET API 88,267,264 bytes

 SegmentedButtonDirectEvents

public virtual ComponentDirectEvent Change { get; }

Fires when any child button's pressed state has changed and caused the value to change. Available since: 4.0.0 Parameters item : Ext.button.Segmented newValue : Array The new value. oldValue : Array The old value.

public virtual ComponentDirectEvent Toggle { get; }

Fires when any child button's pressed state has changed. Parameters item : Ext.button.Segmented button : Ext.button.Button The toggled button. isPressed : Boolean true to indicate if the button was pressed.