Back to Devexpress

FlyoutPanel.ButtonUnchecked Event

windowsforms-devexpress-dot-utils-dot-flyoutpanel-d08ebfa2.md

latest1.4 KB
Original Source

FlyoutPanel.ButtonUnchecked Event

Fires when a check button within the button panel of this FlyoutPanel is unchecked.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Events")]
public event FlyoutPanelButtonUncheckedEventHandler ButtonUnchecked
vb
<DXCategory("Events")>
Public Event ButtonUnchecked As FlyoutPanelButtonUncheckedEventHandler

Event Data

The ButtonUnchecked event's data class is DevExpress.Utils.FlyoutPanelButtonUncheckedEventArgs.

Remarks

Check buttons do not raise the FlyoutPanel.ButtonClick event.

See Also

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace