RaiseDragEvent Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Sub RaiseDragEvent( _
ByVal As System.Object, _
ByVal As System.Windows.Forms.DragEventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim key As System.Object
Dim e As System.Windows.Forms.DragEventArgs
instance.RaiseDragEvent(key, e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected void RaiseDragEvent(
System.object ,
System.Windows.Forms.DragEventArgs
)
protected procedure RaiseDragEvent(
: System.TObject;
: System.Windows.Forms.DragEventArgs
);
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function RaiseDragEvent(
: System.Object,
: System.Windows.Forms.DragEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: void RaiseDragEvent(
System.Object* ,
System.Windows.Forms.DragEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
void RaiseDragEvent(
System.Object^ ,
System.Windows.Forms.DragEventArgs^
)
Parameters
- key
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also