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