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