ClassInlineUIContainerImportedEventArgs
Class
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
Constructors
InlineUIContainerImportedEventArgs(InlineUIContainer)
Declaration
cs-api-definition
public InlineUIContainerImportedEventArgs(InlineUIContainer inlineUiContainer)
Parameters
inlineUiContainer
Properties
InlineUIContainer
Represents the inline UI container associated with the imported event.
Declaration
cs-api-definition
public InlineUIContainer InlineUIContainer { get; set; }
Property Value
SkipFromImport
Gets a value indicating whether the Inline UI Container should be skipped during import.