Class View.ChildAddedEventArgs
Definition
- Namespace:
- Tizen.NUI.Base
Components
- Assembly:
- Tizen.NUI.dll
Event argument passed through the ChildAdded event.
public class View.ChildAddedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args View.Child Added Event Args
Properties
View SourceAdded
Added child view at moment.
Declaration
public View Added { get; set; }
Property Value
Type | Description |
---|---|
View |