WorkflowView.OnPaint(PaintEventArgs) Método

Definición

Se produce cuando WorkflowView se vuelve a dibujar.

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

que PaintEventArgs contiene información sobre el evento.

Comentarios

OnPaint se produce cuando WorkflowView se vuelve a dibujar .

Se aplica a