InkOverlay.OnMouseWheel - метод
Обновлен: Ноябрь 2007
Allows derived classes to modify the default behavior of the MouseWheel event.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Protected Overridable Sub OnMouseWheel ( _
e As CancelMouseEventArgs _
)
'Применение
Dim e As CancelMouseEventArgs
Me.OnMouseWheel(e)
protected virtual void OnMouseWheel(
CancelMouseEventArgs e
)
protected:
virtual void OnMouseWheel(
CancelMouseEventArgs^ e
)
protected void OnMouseWheel(
CancelMouseEventArgs e
)
protected function OnMouseWheel(
e : CancelMouseEventArgs
)
Параметры
- e
Тип: Microsoft.Ink.CancelMouseEventArgs
The CancelMouseEventArgs object containing the event data.
Заметки
Raising an event invokes the event handler through a delegate.
In derived classes, this method is called only if a delegate is attached to the MouseWheel event.
When overriding this method in a derived class, call the OnMouseWheel method of the base class so that registered delegates receive the event.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0