Class
InlineUIContainerImportedEventArgs

Represents the event arguments for the InlineUIContainerImported event, providing data related to the importing of an inline UI container.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class InlineUIContainerImportedEventArgs : EventArgs

Inheritance: objectEventArgsInlineUIContainerImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

InlineUIContainerImportedEventArgs(InlineUIContainer)

Declaration

cs-api-definition
public InlineUIContainerImportedEventArgs(InlineUIContainer inlineUiContainer)

Parameters

inlineUiContainer

InlineUIContainer

Properties

InlineUIContainer

Represents the inline UI container associated with the imported event.

Declaration

cs-api-definition
public InlineUIContainer InlineUIContainer { get; set; }

Property Value

InlineUIContainer

SkipFromImport

Gets a value indicating whether the Inline UI Container should be skipped during import.

Declaration

cs-api-definition
public bool SkipFromImport { get; set; }

Property Value

bool