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

[To be supplied.]

[Visual Basic]
Overrides Protected Sub NotifyInvalidate( _
   ByVal invalidatedArea As Rectangle _
)
[C#]
protected override void NotifyInvalidate(
   Rectangle invalidatedArea
);
[C++]
protected: override void NotifyInvalidate(
   Rectangle invalidatedArea
);
[JScript]
protected override function NotifyInvalidate(
   invalidatedArea : Rectangle
);

Parameters

invalidatedArea
[To be supplied.]

See Also

RichControl Class | RichControl Members | System.WinForms Namespace