NewBar event

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
event EventHandler<SingleBarEventArgs> NewBar
Visual Basic (Declaration)
Event NewBar As EventHandler(Of SingleBarEventArgs)
Visual C++
 event EventHandler<SingleBarEventArgs^>^ NewBar {
	void add (EventHandler<SingleBarEventArgs^>^ value);
	void remove (EventHandler<SingleBarEventArgs^>^ value);
}

Remarks

Allows system writers to hook into the NewBar event generated by this frequency plugin.

See Also