C# Class ComponentFactory.Krypton.Toolkit.ColorEventArgs

Color event data.
Inheritance: System.EventArgs
Mostrar archivo Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ColorEventArgs ( Color color ) : System

Initialize a new instance of the ColorEventArgs class.

Method Details

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