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