Interface ICommand
Namespace: Telerik.WinControls.Commands
Assembly: Telerik.WinControls.dll
Syntax
public interface ICommand
Properties
ContextType
Declaration
Type ContextType { get; set; }
Property Value
System.
|
Name
Declaration
string Name { get; }
Property Value
System.
|
OwnerType
Declaration
Type OwnerType { get; set; }
Property Value
System.
|
Type
Declaration
string Type { get; }
Property Value
System.
|
Methods
CanExecute(Object)
Declaration
bool CanExecute(object target)
Parameters
System.
|
Returns
System.
|
Execute()
Declaration
object Execute()
Returns
System.
|
Execute(Object[])
Declaration
object Execute(params object[] settings)
Parameters
System.
|
Returns
System.
|
ToString()
Declaration
string ToString()
Returns
System.
|
Events
CanExecuteChanged
Declaration
event EventHandler CanExecuteChanged
Event Type
System.
|