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