MapCommand
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:
C#
public abstract class MapCommand : ICommand
Inheritance: objectMapCommand
Derived Classes:
Implements:
Constructors
C#
protected MapCommand()
Properties
Methods
Invokes the CanExecute.
C#
public void RaiseCanExecuteChanged()
Events
Occurs when changes to the command source are detected.
C#
public event EventHandler CanExecuteChanged
Implements: