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