Interface ISuppressCommand
Used for suppressing the object parameter in ICommand interface.
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public interface ISuppressCommand
Methods
CanExecute()
Determines whether this instance can execute.
Declaration
bool CanExecute()
Returns
Type | Description |
---|---|
System.Boolean |
|
Remarks
This one is a suppress implementation of CanExecute in ISuppressCommand.
Execute()
Executes this instance.
Declaration
void Execute()
Remarks
This one is a suppress implementation of Execute in ISuppressCommand.