Raises the Paint event.
Namespace:
AltaVim.WinFormsAssembly: AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
protected virtual void OnPaint( PaintEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnPaint ( _ e As PaintEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnPaint( PaintEventArgs^ e ) |
Parameters
- e
- Type: System.Windows.Forms..::.PaintEventArgs
A PaintEventArgs which contains data about the event.
Remarks
The Paint event occurs when a node is redrawn.
Notes to Inheritors When overriding OnPaint in a derived class, be sure to call the base class's OnPaint method.