Class
CssClassExportingEventArgs

Provides additional data for the CssClassExporting.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CssClassExportingEventArgs : EventArgs

Inheritance: objectEventArgsCssClassExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

CssClassExportingEventArgs(string, string)

Initializes a new instance of the CssClassExportingEventArgs class.

Declaration

cs-api-definition
public CssClassExportingEventArgs(string name, string definition)

Parameters

name

string

The name.

definition

string

The definition.

Properties

ClassDefinition

Gets or sets the class definition.

Declaration

cs-api-definition
public string ClassDefinition { get; set; }

Property Value

string

The class definition.

ClassName

Gets or sets the name of the class.

Declaration

cs-api-definition
public string ClassName { get; set; }

Property Value

string

The name of the class.