DrawingColorChangedEventArgs¶ Summary¶ Provides data for the drawing color changed event. Signature 1public class DrawingColorChangedEventArgs Namespace¶ cAlgo.API See Also¶ cAlgo.API.Application.DrawingColor cAlgo.API.Application.DrawingColorChanged Properties¶ DrawingColor¶ Summary Gets the drawing color. Signature 1public Color DrawingColor {get;} Return Value Color