Control.RaiseDragEvent(Object, DragEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the appropriate drag event.
protected:
void RaiseDragEvent(System::Object ^ key, System::Windows::Forms::DragEventArgs ^ e);
protected void RaiseDragEvent (object key, System.Windows.Forms.DragEventArgs e);
member this.RaiseDragEvent : obj * System.Windows.Forms.DragEventArgs -> unit
Protected Sub RaiseDragEvent (key As Object, e As DragEventArgs)
Parameters
- key
- Object
The event to raise.
A DragEventArgs that contains the event data.
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.