ISwipeView.RequestClose(SwipeViewCloseRequest) Method

Definition

Closes the swipe view.

public:
 void RequestClose(Microsoft::Maui::SwipeViewCloseRequest ^ swipeCloseRequest);
public void RequestClose (Microsoft.Maui.SwipeViewCloseRequest swipeCloseRequest);
abstract member RequestClose : Microsoft.Maui.SwipeViewCloseRequest -> unit
Public Sub RequestClose (swipeCloseRequest As SwipeViewCloseRequest)

Parameters

swipeCloseRequest
SwipeViewCloseRequest

Applies to