Chart.OnPaintBackground(PaintEventArgs) 方法

定义

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

参数

pevent
PaintEventArgs

PaintEventArgs包含事件参数的对象。

适用于