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.
Caution
Use Microsoft.Maui.Handlers.PickerHandler.MapItems instead
public:
static void MapReload(Microsoft::Maui::Handlers::IPickerHandler ^ handler, Microsoft::Maui::IPicker ^ picker, System::Object ^ args);
[System.Obsolete("Use Microsoft.Maui.Handlers.PickerHandler.MapItems instead")]
public static void MapReload(Microsoft.Maui.Handlers.IPickerHandler handler, Microsoft.Maui.IPicker picker, object? args);
public static void MapReload(Microsoft.Maui.Handlers.IPickerHandler handler, Microsoft.Maui.IPicker picker, object? args);
[<System.Obsolete("Use Microsoft.Maui.Handlers.PickerHandler.MapItems instead")>]
static member MapReload : Microsoft.Maui.Handlers.IPickerHandler * Microsoft.Maui.IPicker * obj -> unit
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
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.