DispatchedDelegateCommand<T>.CanExecute(Object) Method

Definition

public:
 override bool CanExecute(System::Object ^ parameter);
public override bool CanExecute (object parameter);
override this.CanExecute : obj -> bool
Public Overrides Function CanExecute (parameter As Object) As Boolean

Parameters

parameter
Object

Returns

Applies to