WorkflowViewElement.OnInitialized(EventArgs) Método

Definição

Aciona o evento Initialized.Raises the Initialized event.

protected:
 override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized (EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)

Parâmetros

e
EventArgs

O EventArgs que contém os dados do evento.The EventArgs that contains the event data.

Comentários

A implementação padrão desse método virtual gera o evento conforme descrito acima.The default implementation of this virtual method raises the event as described above. As substituições devem chamar a implementação base para preservar esse comportamento.Overrides should call the base implementation to preserve this behavior.

Aplica-se a