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 );
RichControl Class | RichControl Members | System.WinForms Namespace | AddOnInvalidate | RemoveOnInvalidate