DragGestureData.FromEventArgs 方法 (ExecutedToolEventArgs)

提供从 ExecutedToolEventArgs 对象返回 DragGestureData 的简单实用工具。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Shared Function FromEventArgs ( _
    e As ExecutedToolEventArgs _
) As DragGestureData
public static DragGestureData FromEventArgs(
    ExecutedToolEventArgs e
)
public:
static DragGestureData^ FromEventArgs(
    ExecutedToolEventArgs^ e
)
static member FromEventArgs : 
        e:ExecutedToolEventArgs -> DragGestureData 
public static function FromEventArgs(
    e : ExecutedToolEventArgs
) : DragGestureData

参数

返回值

类型:Microsoft.Windows.Design.Interaction.DragGestureData
包含在 ExecutedToolEventArgs 对象的 Parameter 属性中的 DragGestureData 对象。

异常

异常 条件
ArgumentNullException

e 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

大多数命令都实现为 ExecuteEventHandler 回调。 这些回调具有一个称为“data”的属性,它表示命令的数据。 当笔势调用此命令时,这些数据作为一个 DragGestureData 对象返回。

.NET Framework 安全性

请参见

参考

DragGestureData 类

FromEventArgs 重载

Microsoft.Windows.Design.Interaction 命名空间

其他资源

了解 WPF 设计器扩展性