Raises the event associated with key with the event data of e and a sender of this control.
[Visual Basic] Protected Sub RaiseDragEventArgs( _ ByVal key As Object, _ ByVal e As DragEventArgs _ ) [C#] protected void RaiseDragEventArgs( object key, DragEventArgs e ); [C++] protected: void RaiseDragEventArgs( Object* key, DragEventArgs* e ); [JScript] protected function RaiseDragEventArgs( key : Object, e : DragEventArgs );
RichControl Class | RichControl Members | System.WinForms Namespace