C# Class ComponentFactory.Krypton.Toolkit.PaletteContentImage

Implement storage for palette content image details.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PaletteContentImage ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContentImage class.

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Raises the PropertyChanged event.

Method Details

OnPropertyChanged() protected method

Raises the PropertyChanged event.
protected OnPropertyChanged ( string property ) : void
property string Name of the property changed.
return void

PaletteContentImage() public method

Initialize a new instance of the PaletteContentImage class.
public PaletteContentImage ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System