ContextNodeDeletingBaseEventHandler - делегат
Обновлен: Ноябрь 2007
Represents the method that will handle the ContextNodeDeletingBase event of an InkAnalyzerBase.
Пространство имен: System.Windows.Ink.AnalysisCore
Сборка: IACore (в IACore.dll)
Синтаксис
'Декларация
Public Delegate Sub ContextNodeDeletingBaseEventHandler ( _
sender As Object, _
e As ContextNodeDeletingBaseEventArgs _
)
'Применение
Dim instance As New ContextNodeDeletingBaseEventHandler(AddressOf HandlerMethod)
public delegate void ContextNodeDeletingBaseEventHandler(
Object sender,
ContextNodeDeletingBaseEventArgs e
)
public delegate void ContextNodeDeletingBaseEventHandler(
Object^ sender,
ContextNodeDeletingBaseEventArgs^ e
)
/** @delegate */
public delegate void ContextNodeDeletingBaseEventHandler(
Object sender,
ContextNodeDeletingBaseEventArgs e
)
JScript не поддерживает делегаты.
Параметры
- sender
Тип: System.Object
The source of the event.
- e
Тип: System.Windows.Ink.AnalysisCore.ContextNodeDeletingBaseEventArgs
The event data.
Заметки
When you create a ContextNodeDeletingBaseEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event-handler delegates, see Events and Delegates.
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0