| WpfExtensionsGetDragDataWrapper Method | 
Version 63.0.0
            Gets the drag data wrapper.
            
 
Namespace: CefSharp.Wpf.InternalsAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
Syntaxpublic static CefDragDataWrapper GetDragDataWrapper(
	this DragEventArgs e
)
public:
[ExtensionAttribute]
static CefDragDataWrapper^ GetDragDataWrapper(
	DragEventArgs^ e
)
Parameters
- e
- Type: System.WindowsDragEventArgs
 The DragEventArgs instance containing the event data.
Return Value
Type: 
CefDragDataWrapperCefDragDataWrapper.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
DragEventArgs. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 See Also
See Also