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