Gets the command associated with this event.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public ICommand Command { get; }
Visual Basic
Public ReadOnly Property Command As ICommand
	Get

See Also