New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class InlineUIContainerImportedEventArgs : EventArgs

Inheritance: objectEventArgsInlineUIContainerImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public InlineUIContainerImportedEventArgs(InlineUIContainer inlineUiContainer)
Parameters:inlineUiContainerInlineUIContainer

Properties

Represents the inline UI container associated with the imported event.

C#
public InlineUIContainer InlineUIContainer { get; set; }

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

C#
public bool SkipFromImport { get; set; }