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