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


InkPicture.OnHandleDestroyed - метод

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

Allows derived classes to modify the default behavior of the HandleDestroyed event.

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

Синтаксис

'Декларация
Protected Overrides Sub OnHandleDestroyed ( _
    e As EventArgs _
)
'Применение
Dim e As EventArgs

Me.OnHandleDestroyed(e)
protected override void OnHandleDestroyed(
    EventArgs e
)
protected:
virtual void OnHandleDestroyed(
    EventArgs^ e
) override
protected void OnHandleDestroyed(
    EventArgs e
)
protected override function OnHandleDestroyed(
    e : EventArgs
)

Параметры

Заметки

Raising an event invokes the event handler through a delegate.

The OnHandleDestroyed 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 OnHandleDestroyed 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

См. также

Ссылки

InkPicture Класс

InkPicture - члены

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

Другие ресурсы

System.Windows.Forms.Control.HandleDestroyed