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
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.