ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / RelayCommand Class
Methods Events


In This Topic
    RelayCommand Class Members
    In This Topic

    The following tables list the members exposed by RelayCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public Method Gets whether the command can be executed.  
    Public Method Removes the command from the the OnUpdate message queue.  
    Public Method Executes the command.  
    Public Method Raises the CanExecuteChanged event.  
    Public Method Adds the command back to the the OnUpdate message queue.  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when the CanExecute property changes.  
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also