[To be supplied.]
The following declaration shows the syntax for a method that handles the Invalidate event.
[Visual Basic] Private Sub RichControlName_Invalidate( _ ByVal sender As Object, _ ByVal e As InvalidateEventArgs _ ) [C#] private void RichControlName_Invalidate( object sender, InvalidateEventArgs e ); [C++] private: void RichControlName_Invalidate( Object* sender, InvalidateEventArgs* e ); [JScript] private RichControlName_Invalidate( sender : Object, e : InvalidateEventArgs );
Property | Description |
---|---|
|
RichControl Class | RichControl MembersTopic | System.WinForms Namespace