ConceptHMI Web Help
WpfCommand Class Members
Methods  Events


The following tables list the members exposed by WpfCommand.

Public Constructors
 NameDescription
Public ConstructorWpfCommand Constructor  
Top
Public Methods
 NameDescription
Public MethodCanExecuteDefines the method that determines whether the command can execute in its current state.  
Public MethodExecuteDefines the method to be called when the command is invoked.  
Public MethodRaiseCanExecuteChanged  
Top
Protected Methods
 NameDescription
Protected MethodOnCanExecuteCheckingFires the CanExecuteChecking event. If not assigned, a value of true is returned.  
Protected MethodOnExecutedFires the Executed event.  
Top
Extension Methods
 NameDescription
Public Extension MethodGetImageOverloaded. Gets the image.
Public Extension MethodIfNotNull<T,U>
Top
Public Events
 NameDescription
Public EventCanExecuteChangedOccurs when changes occur that affect whether or not the command should execute.  
Public EventCanExecuteCheckingEvent fired when the CanExecute checking occurs.  
Public EventExecutedEvent fired when the execution occurs.  
Top
See Also

Reference

WpfCommand Class
Concept.Utils.Wpf Namespace

 

 


© 2016 Objectis

Send Feedback