ModalEventArgs(Page) Constructor
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.
Creates a new ModalEventArgs object for a navigation event that happened to the modal
page.
protected ModalEventArgs (Xamarin.Forms.Page modal);
new Xamarin.Forms.ModalEventArgs : Xamarin.Forms.Page -> Xamarin.Forms.ModalEventArgs
Parameters
- modal
- Page
The modal page.