Class ExternalStylesExportingEventArgs
Provides data for ExternalStylesExporting event.
Inheritance
System.Object
System.EventArgs
ExternalStylesExportingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ExternalStylesExportingEventArgs : EventArgs
Properties
Css
Gets the CSS that will be exported.
Declaration
public string Css { get; }
Property Value
System.String
The CSS string. |
Handled
Gets or sets a value indicating whether the event is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Reference
Gets or sets the value which will be set to the 'href' attribute of the 'link' tag pointing to the external style file.
Declaration
public string Reference { get; set; }
Property Value
System.String
The reference. |