New to Telerik UI for WinFormsStart a free 30-day trial

Provides additional data for the CssClassExporting.

Definition

Namespace:Telerik.WinForms.Documents.FormatProviders.Html

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class CssClassExportingEventArgs : EventArgs

Inheritance: objectEventArgsCssClassExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the CssClassExportingEventArgs class.

C#
public CssClassExportingEventArgs(string name, string definition)
Parameters:namestring

The name.

definitionstring

The definition.

Properties

Gets or sets the class definition.

C#
public string ClassDefinition { get; set; }
Property Value:

The class definition.

Gets or sets the name of the class.

C#
public string ClassName { get; set; }
Property Value:

The name of the class.