Class PoppedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

PoppedEventArgs is a class to record Popped event arguments which will be sent to user.

C#
Copy
public class PoppedEventArgs : EventArgs
Inheritance
System.Object
PoppedEventArgs

Properties

View Source

Page

Page popped by Navigator.

Declaration
C#
Copy
public Page Page { get; }
Property Value
Type Description
Page
API Level: 9