'Declaration Public Sub DoPaint( _
ByVal eThe System.Windows.Forms.PaintEventArgs instance containing the data.As System.Windows.Forms.PaintEventArgs _
)
public void DoPaint(
System.Windows.Forms.PaintEventArgs e
)
public: void DoPaint(
System.Windows.Forms.PaintEventArgs* e
)
public:
void DoPaint(
System.Windows.Forms.PaintEventArgs^ e
)
Parameters
- e
- The System.Windows.Forms.PaintEventArgs instance containing the data.