C# Class Esri.ArcGISRuntime.Toolkit.Controls.TemplatePicker.InvokeCommand

Inheritance: ICommand
Afficher le fichier Open project: Esri/arcgis-toolkit-dotnet

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
InvokeCommand ( Action onExecuted ) : System.Diagnostics

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

InvokeCommand() public méthode

public InvokeCommand ( Action onExecuted ) : System.Diagnostics
onExecuted Action
Résultat System.Diagnostics