Class PoppedEventArgs
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
PoppedEventArgs is a class to record Popped event arguments which will be sent to user.
public class PoppedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPoppedEventArgs
Properties
View SourcePage
Page popped by Navigator.
Declaration
public Page Page { get; }
Property Value
Type | Description |
---|---|
Page |