DragEventArgs.DataTransfer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data that underlies a drag-and-drop operation, known as the drag data store. See DataTransfer.
public:
property Microsoft::AspNetCore::Components::Web::DataTransfer ^ DataTransfer { Microsoft::AspNetCore::Components::Web::DataTransfer ^ get(); void set(Microsoft::AspNetCore::Components::Web::DataTransfer ^ value); };
public Microsoft.AspNetCore.Components.Web.DataTransfer DataTransfer { get; set; }
member this.DataTransfer : Microsoft.AspNetCore.Components.Web.DataTransfer with get, set
Public Property DataTransfer As DataTransfer