ClassMapCommand
Class
Represents a command abstraction that is associated with a particular RadMap instance.
Definition
Namespace:Telerik.Maui.Controls.Map
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class MapCommand : ICommand
Inheritance: objectMapCommand
Derived Classes:
Implements:
Constructors
MapCommand()
Declaration
cs-api-definition
protected MapCommand()
Properties
Methods
Execute(object)
Declaration
cs-api-definition
public abstract void Execute(object parameter)
Parameters
parameter
Implements
RaiseCanExecuteChanged()
Invokes the CanExecute.
Declaration
cs-api-definition
public void RaiseCanExecuteChanged()
Events
CanExecuteChanged
Occurs when changes to the command source are detected.
Declaration
cs-api-definition
public event EventHandler CanExecuteChanged
Event Value
Implements