Event's object's child identifier.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ChildID As Integer
C#
public int ChildID { get; }
Visual C++
public:
property int ChildID {
	int get ();
}
JavaScript
function get_childID();

See Also