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
Constructors
C#
public InlineUIContainerImportedEventArgs(InlineUIContainer inlineUiContainer)
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; }