Class View.ChildRemovedEventArgs

Definition

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

Event argument passed through the ChildRemoved event.

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

Properties

View Source

Removed

Removed child view at moment.

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