WheelGestureData.FromEventArgs, méthode (CanExecuteToolEventArgs)
Fournit un objet WheelGestureData à 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 WheelGestureData
public static WheelGestureData FromEventArgs(
CanExecuteToolEventArgs e
)
public:
static WheelGestureData^ FromEventArgs(
CanExecuteToolEventArgs^ e
)
static member FromEventArgs :
e:CanExecuteToolEventArgs -> WheelGestureData
public static function FromEventArgs(
e : CanExecuteToolEventArgs
) : WheelGestureData
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.WheelGestureData
Objet WheelGestureData 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 WheelGestureData 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