Calendar.DataBoundAppointment.OnColorChanged C# (CSharp) Method

OnColorChanged() protected method

protected OnColorChanged ( ) : void
return void
        protected override void OnColorChanged()
        {
            base.OnColorChanged();

            row["Color"] = this.BarColor.ToArgb();
        }