Class Page
A basic page which can hold a single view.
Inheritance
System.Object
Page
Implements
IContainable<EvasObject>
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class Page : Background, IContainable<EvasObject>
Constructors
Page(EvasObject)
Initializes a new instance of the ContentPage class.
Declaration
public Page(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent |
Properties
Children
Exposes the Children property, mapping it to the _canvas' Children property.
Declaration
public IList<EvasObject> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<EvasObject> |
Methods
OnUnrealize()
Handles the disposing of a ContentPage
Declaration
protected override void OnUnrealize()
Remarks
Takes the proper care of discarding the canvas, then calls the base method.
Events
LayoutUpdated
Allows custom handling of events emitted when the layout has been updated.
Declaration
public event EventHandler<LayoutEventArgs> LayoutUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<LayoutEventArgs> |