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