Share via


SwipeViewHandler.MapRequestOpen(ISwipeViewHandler, ISwipeView, Object) Method

Definition

public:
 static void MapRequestOpen(Microsoft::Maui::Handlers::ISwipeViewHandler ^ handler, Microsoft::Maui::ISwipeView ^ swipeView, System::Object ^ args);
public static void MapRequestOpen (Microsoft.Maui.Handlers.ISwipeViewHandler handler, Microsoft.Maui.ISwipeView swipeView, object? args);
static member MapRequestOpen : Microsoft.Maui.Handlers.ISwipeViewHandler * Microsoft.Maui.ISwipeView * obj -> unit
Public Shared Sub MapRequestOpen (handler As ISwipeViewHandler, swipeView As ISwipeView, args As Object)

Parameters

swipeView
ISwipeView
args
Object

Applies to