C# Class ColorBox.ColorChangedEventArgs

Inheritance: System.Windows.RoutedEventArgs
Mostra file Open project: SpoinkyNL/Artemis Class Usage Examples

Public Methods

Method Description
ColorChangedEventArgs ( System.Windows.RoutedEvent routedEvent, Color color ) : System.Windows

Method Details

ColorChangedEventArgs() public method

public ColorChangedEventArgs ( System.Windows.RoutedEvent routedEvent, Color color ) : System.Windows
routedEvent System.Windows.RoutedEvent
color System.Windows.Media.Color
return System.Windows