PickerHandler.MapReload(IPickerHandler, IPicker, Object) Method
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.
public:
static void MapReload(Microsoft::Maui::Handlers::IPickerHandler ^ handler, Microsoft::Maui::IPicker ^ picker, System::Object ^ args);
public static void MapReload (Microsoft.Maui.Handlers.IPickerHandler handler, Microsoft.Maui.IPicker picker, object? args);
static member MapReload : Microsoft.Maui.Handlers.IPickerHandler * Microsoft.Maui.IPicker * obj -> unit
Public Shared Sub MapReload (handler As IPickerHandler, picker As IPicker, args As Object)
Parameters
- handler
- IPickerHandler
- picker
- IPicker
- args
- Object