'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub OnPaint( _ ByVal pe As System.Windows.Forms.PaintEventArgs _ )
'Usage
Dim instance As NDataSeriesGrid Dim pe As System.Windows.Forms.PaintEventArgs instance.OnPaint(pe)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void OnPaint( System.Windows.Forms.PaintEventArgs pe )
Parameters
- pe