Поделиться через


PenInputPanel.OnInputFailed - метод

Обновлен: Ноябрь 2007

Deprecated. Allows derived classes to modify the default behavior of the InputFailed event. PenInputPanel has been replaced by Microsoft.Ink.TextInput.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Protected Overridable Sub OnInputFailed ( _
    e As PenInputPanelInputFailedEventArgs _
)
'Применение
Dim e As PenInputPanelInputFailedEventArgs

Me.OnInputFailed(e)
protected virtual void OnInputFailed(
    PenInputPanelInputFailedEventArgs e
)
protected:
virtual void OnInputFailed(
    PenInputPanelInputFailedEventArgs^ e
)
protected void OnInputFailed(
    PenInputPanelInputFailedEventArgs e
)
protected function OnInputFailed(
    e : PenInputPanelInputFailedEventArgs
)

Параметры

Заметки

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 InputFailed event.

When overriding this method in a derived class, call the OnInputFailed 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

См. также

Ссылки

PenInputPanel Класс

PenInputPanel - члены

Microsoft.Ink - пространство имен

PenInputPanel.InputFailed