WorkflowView.OnPaint(PaintEventArgs) Method

Definition

Occurs when the WorkflowView is redrawn.

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)

Parameters

e
PaintEventArgs

A PaintEventArgs that contains information about the event.

Remarks

OnPaint occurs when the WorkflowView is redrawn.

Applies to