Condividi tramite


FormRegionInitializingEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento FormRegionInitializing dell'area del modulo.

public delegate void FormRegionInitializingEventHandler(System::Object ^ sender, FormRegionInitializingEventArgs ^ e);
public delegate void FormRegionInitializingEventHandler(object sender, FormRegionInitializingEventArgs e);
type FormRegionInitializingEventHandler = delegate of obj * FormRegionInitializingEventArgs -> unit
Public Delegate Sub FormRegionInitializingEventHandler(sender As Object, e As FormRegionInitializingEventArgs)

Parametri

sender
Object

Origine dell'evento.

e
FormRegionInitializingEventArgs

Dati per l'evento.

Commenti

Quando si crea un delegato FormRegionInitializingEventHandler, si identifica il metodo che gestirà l'evento. Per associare l'evento al gestore eventi in uso, aggiungere all'evento un'istanza del delegato. Il gestore eventi viene chiamato ogni volta che si verifica l'evento, a meno che non venga rimosso il delegato.

Si applica a