Class InlineUIContainerExportingEventArgs
Provides data for the Exporting event.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class InlineUIContainerExportingEventArgs : EventArgs
Constructors
InlineUIContainerExportingEventArgs(InlineUIContainer)
Declaration
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer)
Parameters
InlineUIContainer
inlineUIContainer
|
Properties
ExportMode
Provides information about the exporting mode for the Inline UI Container.
Declaration
public InlineUIContainerExportMode ExportMode { get; set; }
Property Value
InlineUIContainerExportMode
|
InlineUIContainer
Represents the inline UI container within the exporting event arguments.
Declaration
public InlineUIContainer InlineUIContainer { get; }
Property Value
InlineUIContainer
|
XamlContent
Represents the arguments for the InlineUIContainer exporting event, containing information about the XAML content being exported.
Declaration
public string XamlContent { set; }
Property Value
System.String
|