DropGestureRecognizer.DropCommand Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property System::Windows::Input::ICommand ^ DropCommand { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand DropCommand { get; set; }
member this.DropCommand : System.Windows.Input.ICommand with get, set
Public Property DropCommand As ICommand