DropCompletedEventArgs.PlatformArgs 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 platform-specific arguments associated with the DropCompletedEventArgs.
public:
property Microsoft::Maui::Controls::PlatformDropCompletedEventArgs ^ PlatformArgs { Microsoft::Maui::Controls::PlatformDropCompletedEventArgs ^ get(); };
public Microsoft.Maui.Controls.PlatformDropCompletedEventArgs? PlatformArgs { get; }
member this.PlatformArgs : Microsoft.Maui.Controls.PlatformDropCompletedEventArgs
Public ReadOnly Property PlatformArgs As PlatformDropCompletedEventArgs