Partager via


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

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

Voir aussi

Référence

DragGestureData Classe

FromEventArgs, surcharge

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Fonctionnement de l'extensibilité du Concepteur WPF