Back to Devexpress

TileNavElement.CommandChanged Event

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavelement-92b5defc.md

latest1.2 KB
Original Source

TileNavElement.CommandChanged Event

Occurs after the value of the Command property has changed.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Advanced)]
public event EventHandler CommandChanged
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Event CommandChanged As EventHandler

Event Data

The CommandChanged event's data class is EventArgs.

See Also

TileNavElement Class

TileNavElement Members

DevExpress.XtraBars.Navigation Namespace