Skip to main content

CommandBase<T>.RaiseCanExecuteChanged() Method

In This Article

Raises the CanExecuteChanged event. You can use this method to notify a visual element about a command’s CanExecute(T) state changes.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public void RaiseCanExecuteChanged()
See Also