Click or drag to resize
WpfExtensionsGetDragDataWrapper Method
Version 51.0.0
Gets the drag data wrapper.

Namespace: CefSharp.Wpf.Internals
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public static CefDragDataWrapper GetDragDataWrapper(
	this DragEventArgs e
)

Parameters

e
Type: System.WindowsDragEventArgs
The DragEventArgs instance containing the event data.

Return Value

Type: CefDragDataWrapper
CefDragDataWrapper.

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