Class View.ChildAddedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
5

Event argument passed through the ChildAdded event.

C#
Copy
public class ChildAddedEventArgs : EventArgs
Inheritance
System.Object
View.ChildAddedEventArgs

Properties

View Source

Added

Added child view at moment.

Declaration
C#
Copy
public View Added { get; set; }
Property Value
Type Description
View
API Level: 5