namespace Xamarin.Forms
{
public class ModalPoppedEventArgs : ModalEventArgs
public ModalPoppedEventArgs(Page modal) : base(modal)
}