ContextNodeCreatedBaseEventHandler - делегат
Обновлен: Ноябрь 2007
Represents the method that will handle the ContextNodeCreatedBase event of an InkAnalyzerBase.
Пространство имен: System.Windows.Ink.AnalysisCore
Сборка: IACore (в IACore.dll)
Синтаксис
'Декларация
Public Delegate Sub ContextNodeCreatedBaseEventHandler ( _
sender As Object, _
e As ContextNodeCreatedBaseEventArgs _
)
'Применение
Dim instance As New ContextNodeCreatedBaseEventHandler(AddressOf HandlerMethod)
public delegate void ContextNodeCreatedBaseEventHandler(
Object sender,
ContextNodeCreatedBaseEventArgs e
)
public delegate void ContextNodeCreatedBaseEventHandler(
Object^ sender,
ContextNodeCreatedBaseEventArgs^ e
)
/** @delegate */
public delegate void ContextNodeCreatedBaseEventHandler(
Object sender,
ContextNodeCreatedBaseEventArgs e
)
JScript не поддерживает делегаты.
Параметры
- sender
Тип: System.Object
The source of the event.
- e
Тип: System.Windows.Ink.AnalysisCore.ContextNodeCreatedBaseEventArgs
The event data.
Заметки
When you create a ContextNodeCreatedBaseEventHandler 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