Removes the given handler for the "OnInvalidate" event. If there are duplicate entries, ALL are removed.
[Visual Basic] Public Sub RemoveOnInvalidate( _ ByVal handler As InvalidateEventHandler _ ) [C#] public void RemoveOnInvalidate( InvalidateEventHandler handler ); [C++] public: void RemoveOnInvalidate( InvalidateEventHandler* handler ); [JScript] public function RemoveOnInvalidate( handler : InvalidateEventHandler );
RichControl Class | RichControl Members | System.WinForms Namespace | AddOnInvalidate