public ICommand PasteCommand { get; set; }
Public Property PasteCommand As ICommand Get Set
public: property ICommand^ PasteCommand { ICommand^ get (); void set (ICommand^ value); }
member PasteCommand : ICommand with get, set
In This Article