InkEdit.OnRecognition - метод
Обновлен: Ноябрь 2007
Allows derived classes to modify the default behavior of the Recognition event.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Protected Overridable Sub OnRecognition ( _
e As InkEditRecognitionEventArgs _
)
'Применение
Dim e As InkEditRecognitionEventArgs
Me.OnRecognition(e)
protected virtual void OnRecognition(
InkEditRecognitionEventArgs e
)
protected:
virtual void OnRecognition(
InkEditRecognitionEventArgs^ e
)
protected void OnRecognition(
InkEditRecognitionEventArgs e
)
protected function OnRecognition(
e : InkEditRecognitionEventArgs
)
Параметры
- e
Тип: Microsoft.Ink.InkEditRecognitionEventArgs
The InkEditRecognitionEventArgs object that contains the event data.
Заметки
Raising an event invokes the event handler through a delegate.
The OnRecognition method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
When overriding this method in a derived class, call the OnRecognition 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