Class DynamicDataModelChildEventArgs
Provides data about dynamic data model child related events
public class DynamicDataModelChildEventArgs : EventArgs
- Inheritance
-
objectDynamicDataModelChildEventArgs
- Inherited Members
Properties
DynamicChild
Gets the dynamic data model child
public DynamicChild DynamicChild { get; }
Property Value
Key
Gets the key of the dynamic data model on the parent DataModel
public string Key { get; }