WorkflowView.OnPaint(PaintEventArgs) Método

Definición

Se produce cuando vuelve a dibujarse WorkflowView.

protected:
 override void OnPaint(System::Windows::Forms::PaintEventArgs ^ e);
protected override void OnPaint (System.Windows.Forms.PaintEventArgs e);
override this.OnPaint : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaint (e As PaintEventArgs)

Parámetros

e
PaintEventArgs

Un PaintEventArgs que contiene información sobre el evento.

Comentarios

OnPaint se produce cuando vuelve a dibujarse WorkflowView.

Se aplica a