Back to Devexpress

TileItem.CommandChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-a36e1df6.md

latest1.1 KB
Original Source

TileItem.CommandChanged Event

Occurs after the value of the Command property has changed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.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

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace