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.RaisePaintEventArgs

Raises the event associated with key with the event data of e and a sender of this control.

[Visual Basic]
Protected Sub RaisePaintEventArgs( _
   ByVal key As Object, _
   ByVal e As PaintEventArgs _
)
[C#]
protected void RaisePaintEventArgs(
   object key,
   PaintEventArgs e
);
[C++]
protected: void RaisePaintEventArgs(
   Object* key,
   PaintEventArgs* e
);
[JScript]
protected function RaisePaintEventArgs(
   key : Object,
   e : PaintEventArgs
);

Parameters

key
Event to fire
e
Event data to send to the event.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace