Table of Contents

Class DynamicDataModelChildEventArgs

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Provides data about dynamic data model child related events

public class DynamicDataModelChildEventArgs : EventArgs
Inheritance
object
DynamicDataModelChildEventArgs
Inherited Members

Properties

DynamicChild

Gets the dynamic data model child

public DynamicChild DynamicChild { get; }

Property Value

DynamicChild

Key

Gets the key of the dynamic data model on the parent DataModel

public string Key { get; }

Property Value

string