summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ModalPushedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/ModalPushedEventArgs.cs')
-rw-r--r--Xamarin.Forms.Core/ModalPushedEventArgs.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/ModalPushedEventArgs.cs b/Xamarin.Forms.Core/ModalPushedEventArgs.cs
new file mode 100644
index 00000000..d09caf4d
--- /dev/null
+++ b/Xamarin.Forms.Core/ModalPushedEventArgs.cs
@@ -0,0 +1,9 @@
+namespace Xamarin.Forms
+{
+ public class ModalPushedEventArgs : ModalEventArgs
+ {
+ public ModalPushedEventArgs(Page modal) : base(modal)
+ {
+ }
+ }
+} \ No newline at end of file