Condividi tramite


Delegato ContextNodeCreatedBaseEventHandler

Aggiornamento: novembre 2007

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

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

Sintassi

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

Parametri

Note

Quando si crea un delegato ContextNodeCreatedBaseEventHandler, si identifica il metodo che gestirà 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