Data related to the beginning of the drag and drop operation.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public sealed class DragContentBeginEventArgs : EventArgs |
Visual Basic |
---|
Public NotInheritable Class DragContentBeginEventArgs
Inherits EventArgs |
Visual C++ |
---|
public ref class DragContentBeginEventArgs sealed : public EventArgs |
F# |
---|
[<SealedAttribute>]
type DragContentBeginEventArgs =
class
inherit EventArgs
end |
Inheritance Hierarchy
See Also