Condividi tramite


Delegato UpdateStrokesCacheBaseEventHandler

Aggiornamento: novembre 2007

Rappresenta il metodo che gestirà l'evento UpdateStrokesCacheBase di un oggetto InkAnalyzerBase.

Spazio dei nomi:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Sintassi

'Dichiarazione
Public Delegate Sub UpdateStrokesCacheBaseEventHandler ( _
    sender As Object, _
    e As UpdateStrokesCacheBaseEventArgs _
)
'Utilizzo
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 non supporta i delegati.

Parametri

Note

Quando si crea un delegato di UpdateStrokesCacheBaseEventHandler, si identifica il metodo con cui gestire l'evento. Per associare l'evento al gestore in uso, aggiungere all'evento un'istanza del delegato. Il gestore dell'evento viene chiamato ogni volta che si verifica l'evento, a meno che non si rimuova il delegato. Per ulteriori informazioni sui delegati dei gestori di eventi, vedere Eventi e delegati.

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

Spazio dei nomi System.Windows.Ink.AnalysisCore