Class DataModelEventArgs
Represents the base class for data model events that contain event data
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class DataModelEventArgs
Constructors
DataModelEventArgs()
Declaration
public DataModelEventArgs()
Properties
TriggerTime
Gets the time at which the event with these arguments was triggered
Declaration
[DataModelIgnore]
public DateTime TriggerTime { get; }
Property Value
Type | Description |
---|---|
DateTime |