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
Constructors
Initializes a new instance of the CssClassExportingEventArgs class.
Properties
Gets or sets the class definition.
C#
public string ClassDefinition { get; set; }
The class definition.