Class CustomColorsEventArgs
This class is used to hold the event arguments for the CustomColorsConfigLocationNeeded event of the CustomColors control.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Themes.ColorDialog
Assembly: Telerik.WinControls.dll
Syntax
public class CustomColorsEventArgs : EventArgs
Constructors
CustomColorsEventArgs(String, String)
Creates an instance of the CustomColorsEventArgs class.
Declaration
public CustomColorsEventArgs(string location, string fileName)
Parameters
System.String
location
The location of the config file. |
System.String
fileName
The name of the config file. |
Properties
ConfigFilename
Gets or sets the file name of the configuration file.
Declaration
public string ConfigFilename { get; set; }
Property Value
System.String
|
ConfigLocation
Gets or sets the path where the configuration file will be stored.
Declaration
public string ConfigLocation { get; set; }
Property Value
System.String
|