Back to Devexpress

Document.CustomButtonUnchecked Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-a9b85f23.md

latest2.0 KB
Original Source

Document.CustomButtonUnchecked Event

Occurs when a check Custom Header Button within this Document is unchecked.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("CustomButton")]
public event ButtonEventHandler CustomButtonUnchecked
vb
<DXCategory("CustomButton")>
Public Event CustomButtonUnchecked As ButtonEventHandler

Event Data

The CustomButtonUnchecked event's data class is ButtonEventArgs. The following properties provide information specific to this event:

PropertyDescription
ButtonGets a custom header button or a custom Win8 button associated with the current event.

Remarks

See the Header Buttons topic for the details.

See Also

Header Buttons

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace