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