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