DataGrid::OnPaint Method (PaintEventArgs^)
.NET Framework (current version)
Raises the Paint event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- pe
-
Type:
System.Windows.Forms::PaintEventArgs^
A PaintEventArgs which contains data about the event.
Raising an event invokes the event handler through a delegate. For an overview, see NIB: Raising an Event.
Notes to Inheritors:
When overriding OnPaint in a derived class, be sure to call the base class's OnPaint method.
.NET Framework
Available since 1.1
Available since 1.1
Show: