- e
- A System.Windows.Forms.PaintEventArgs that contains the event data.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub OnPaint( _ ByVal e As PaintEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageViewer Dim e As PaintEventArgs instance.OnPaint(e) | |
| C# | |
|---|---|
protected override void OnPaint( PaintEventArgs e ) | |
| C++/CLI | |
|---|---|
protected: void OnPaint( PaintEventArgs^ e ) override | |
Parameters
- e
- A System.Windows.Forms.PaintEventArgs that contains the event data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code