ClassLoadStyleSheetFromUriEventArgs
Class
Raised when the HTML importer encounters a stylesheet URI, allowing custom retrieval of CSS content.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class LoadStyleSheetFromUriEventArgs : EventArgs
Inheritance: objectEventArgsLoadStyleSheetFromUriEventArgs
Inherited Members
Properties
Methods
SetStyleSheetContent(string)
Provides the CSS content to the importer for this stylesheet URI.
Declaration
cs-api-definition
public void SetStyleSheetContent(string styleSheetContent)
Parameters
styleSheetContent