AVEVA OMI Software Developer Kit
Properties  Methods  Events


ArchestrA.Client.CommonUtil Namespace : DelegateCommand Class
DelegateCommand Class Members

The following tables list the members exposed by DelegateCommand.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property Gets or sets the can execute function.  
Public Property Gets or sets the command action.  
Top
Public Methods
 NameDescription
Public Method Defines the method that determines whether the command can execute in its current state.  
Public Method Defines the method to be called when the command is invoked.  
Top
Public Events
 NameDescription
Public Event Used when changes occur that affect whether or not the command should execute.  
Top
See Also