This documentation is archived and is not being maintained.

Control.RaiseDragEvent Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Sub RaiseDragEvent( _
   ByVal key As Object, _
   ByVal e As DragEventArgs _
)
[C#]
protected void RaiseDragEvent(
 object key,
 DragEventArgs e
);
[C++]
protected: void RaiseDragEvent(
 Object* key,
 DragEventArgs* e
);
[JScript]
protected function RaiseDragEvent(
   key : Object,
 e : DragEventArgs
);

See Also

Control Class | Control Members | System.Windows.Forms Namespace | RaiseKeyEvent | RaiseMouseEvent | RaisePaintEvent

Show: