Back to Devexpress

TileItem.CommandCanExecuteChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-17f6520b.md

latest1.3 KB
Original Source

TileItem.CommandCanExecuteChanged Event

Occurs when the CanExecute(Object) status of the Command has changed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The CommandCanExecuteChanged event's data class is EventArgs.

See Also

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace