The SingleBarEventArgs type exposes the following members.

Constructors

  NameDescription
SingleBarEventArgs
Constructs a SingleBarEventArgs object.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Represents a string of this SingleBarEventArgs instance.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Bar
Gets the BarData object associated with this instance.
BarEndTime
Gets the bar's end time.
BarStartTime
Gets the bar's start time.
Symbol
Gets the Symbol object associated with this instance.
TicksWereSent
Gets the TicksWereSent flag.

See Also