DragEvent Constructor (Typed) | |
Initializes a new instance of the
DragEvent class
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
e AS DragEventArgs,
sender AS VOPanel
)
public DragEvent(
DragEventArgs e,
VOPanel sender
)
Request Example
View SourceParameters
- e
- Type: DragEventArgs
- sender
- Type: VOPanel
See Also