DragGestureData.FromEventArgs, méthode (CanExecuteToolEventArgs)
Fournit un utilitaire simple qui retourne un objet DragGestureData à partir d'un objet CanExecuteToolEventArgs.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Shared Function FromEventArgs ( _
e As CanExecuteToolEventArgs _
) As DragGestureData
public static DragGestureData FromEventArgs(
CanExecuteToolEventArgs e
)
public:
static DragGestureData^ FromEventArgs(
CanExecuteToolEventArgs^ e
)
static member FromEventArgs :
e:CanExecuteToolEventArgs -> DragGestureData
public static function FromEventArgs(
e : CanExecuteToolEventArgs
) : DragGestureData
Paramètres
- e
Type : Microsoft.Windows.Design.Interaction.CanExecuteToolEventArgs
Objet CanExecuteToolEventArgs passé dans un rappel de commande.
Valeur de retour
Type : Microsoft.Windows.Design.Interaction.DragGestureData
Objet DragGestureData contenu dans la propriété Parameter de l'objet CanExecuteToolEventArgs.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | e est nullune référence null (Nothing en Visual Basic). |
Notes
La plupart des commandes sont implémentées en tant que rappels ExecuteEventHandler. Ces rappels comportent une propriété unique appelée "data" qui représente les données de la commande. Ces données sont retournées en tant qu'objet DragGestureData lorsque la commande est appelée par un mouvement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms