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