DragStartingEventArgs.Data 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.
Gets the data package that accompanies the drag source.
public:
property Microsoft::Maui::Controls::DataPackage ^ Data { Microsoft::Maui::Controls::DataPackage ^ get(); };
public Microsoft.Maui.Controls.DataPackage Data { get; }
member this.Data : Microsoft.Maui.Controls.DataPackage
Public ReadOnly Property Data As DataPackage