Class
InlineUIContainerExportingEventArgs

Provides data for the Exporting event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class InlineUIContainerExportingEventArgs : EventArgs

Inheritance: objectEventArgsInlineUIContainerExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

InlineUIContainerExportingEventArgs(InlineUIContainer)

Declaration

cs-api-definition
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer)

Parameters

inlineUIContainer

InlineUIContainer

Properties

ExportMode

Provides information about the exporting mode for the Inline UI Container.

Declaration

cs-api-definition
public InlineUIContainerExportMode ExportMode { get; set; }

Property Value

InlineUIContainerExportMode

InlineUIContainer

Represents the inline UI container within the exporting event arguments.

Declaration

cs-api-definition
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

cs-api-definition
public string XamlContent { set; }

Property Value

string