Class Box
Extends the ElmSharp.Box class with functionality useful to custom layout.
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class Box : ElmSharp.Box
Remarks
This class overrides the layout mechanism. Instead of using the native layout,
LayoutUpdated event is sent.
Constructors
Box(EvasObject)
Declaration
public Box(EvasObject parent)
Parameters
| Type | Name | Description |
|---|---|---|
| EvasObject | parent |
Events
LayoutUpdated
Notifies that the layout has been updated.
Declaration
public event EventHandler<LayoutEventArgs> LayoutUpdated
Event Type
| Type | Description |
|---|---|
| System.EventHandler<LayoutEventArgs> |