ComponentFactory.Krypton.Toolkit.ColorEventArgs.ColorEventArgs C# (CSharp) Method

ColorEventArgs() public method

Initialize a new instance of the ColorEventArgs class.
public ColorEventArgs ( Color color ) : System
color Color Color associated with the event.
return System
        public ColorEventArgs(Color color)
        {
            _color = color;
        }
ColorEventArgs