WorkflowView.OnPaint(PaintEventArgs) 方法

定義

發生於重新繪製 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)

參數

e
PaintEventArgs

PaintEventArgs,包含事件的相關資訊。

備註

OnPaint 發生於重新繪製 WorkflowView 時。

適用於