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