Raises the Paint event.
Namespace:
Greatis.GradientControlsAssembly: Greatis.GradientControls (in Greatis.GradientControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnPaint ( _ e As PaintEventArgs _ ) |
| C# |
|---|
protected override void OnPaint( PaintEventArgs e ) |
| Visual C++ |
|---|
protected: virtual void OnPaint( PaintEventArgs^ e ) override |
| JavaScript |
|---|
function onPaint(e); |
Parameters
- e
- Type: System.Windows.Forms..::.PaintEventArgs
A PaintEventArgs that contains the event data.