Class Event
- Namespace
- ChartTools.Events
- Assembly
- ChartTools.dll
public abstract class Event : ITrackObject, IReadOnlyTrackObject
- Inheritance
-
Event
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
protected Event(uint position)
Parameters
position uint
public Event(uint position, string data)
Parameters
position uint
data string
public Event(uint position, string type, string argument)
Parameters
position uint
type string
argument string
Properties
public string Argument { get; set; }
Property Value
- string
public string EventData { get; set; }
Property Value
- string
public string EventType { get; set; }
Property Value
- string
public uint Position { get; set; }
Property Value
- uint
public bool? ToggleState { get; }
Property Value
- bool?
Methods
public override string ToString()
Returns
- string