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:
C#
public class ExternalStylesExportingEventArgs : EventArgs
Inheritance: objectEventArgsExternalStylesExportingEventArgs
Inherited Members
Properties
Gets the CSS content being exported to the external style file.
C#
public string Css { get; }
The CSS string.
Gets or sets whether the event is handled by custom logic, preventing default CSS file creation.
C#
public bool Handled { get; set; }
true if handled; otherwise, false.