Class
ExternalStylesExportingEventArgs

Raised when exporting styles to an external CSS file; allows custom handling of the CSS content and file reference.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class ExternalStylesExportingEventArgs : EventArgs

Inheritance: objectEventArgsExternalStylesExportingEventArgs

Inherited Members EventArgs.Empty

Properties

Css

Gets the CSS content being exported to the external style file.

Declaration

cs-api-definition
public string Css { get; }

Property Value

string

The CSS string.

Handled

Gets or sets whether the event is handled by custom logic, preventing default CSS file creation.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

true if handled; otherwise, false.

Reference

Gets or sets the URI written to the 'href' attribute of the link element referencing the external CSS file.

Declaration

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

Property Value

string

The reference.

In this article
DefinitionPropertiesCssHandledReference
Not finding the help you need?
Contact Support