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

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

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

Parameters

e
event

See Also

RichControl Class | RichControl Members | System.WinForms Namespace | AddOnInvalidate | RemoveOnInvalidate