InkCollector.OnGesture 方法
允许派生类修改 Gesture 事件的默认行为。
命名空间: Microsoft.Ink
程序集: Microsoft.Ink(在 Microsoft.Ink.dll 中)
语法
声明
Protected Overridable Sub OnGesture ( _
e As InkCollectorGestureEventArgs _
)
用法
Dim e As InkCollectorGestureEventArgs
Me.OnGesture(e)
protected virtual void OnGesture(
InkCollectorGestureEventArgs e
)
protected:
virtual void OnGesture(
InkCollectorGestureEventArgs^ e
)
protected void OnGesture(
InkCollectorGestureEventArgs e
)
protected function OnGesture(
e : InkCollectorGestureEventArgs
)
参数
- e
类型:Microsoft.Ink.InkCollectorGestureEventArgs
包含事件数据的 InkCollectorGestureEventArgs 对象。
备注
引发事件时,会通过委托调用事件处理程序。
在派生类中,仅当委托附加到 Gesture 事件时,才调用此方法。
在派生类中重写此方法时,请调用基类的 OnGesture 方法,以便注册的委托接收该事件。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0