ClassInlineUIContainerExportingEventArgs
Class
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
Constructors
InlineUIContainerExportingEventArgs(InlineUIContainer)
Declaration
cs-api-definition
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer)
Parameters
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
InlineUIContainer
Represents the inline UI container within the exporting event arguments.
Declaration
cs-api-definition
public InlineUIContainer InlineUIContainer { get; }
Property Value
XamlContent
Represents the arguments for the InlineUIContainer exporting event, containing information about the XAML content being exported.