NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichControl.OnPaint

Inheriting classes should override this method to handle this event. Call base.onPaint to send this event to any registered event listeners.

[Visual Basic]
Overridable Protected Sub OnPaint( _
   ByVal e As PaintEventArgs _
)
[C#]
protected virtual void OnPaint(
   PaintEventArgs e
);
[C++]
protected: virtual void OnPaint(
   PaintEventArgs* e
);
[JScript]
protected function OnPaint(
   e : PaintEventArgs
);

Parameters

e
event

See Also

RichControl Class | RichControl Members | System.WinForms Namespace | AddOnPaint | RemoveOnPaint