Class InlineUIContainerImportedEventArgs
Represents the event arguments for the InlineUIContainerImported event, providing data related to the importing of an inline UI container.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class InlineUIContainerImportedEventArgs : EventArgs
Constructors
InlineUIContainerImportedEventArgs(InlineUIContainer)
Declaration
public InlineUIContainerImportedEventArgs(InlineUIContainer inlineUiContainer)
Parameters
InlineUIContainer
inlineUiContainer
|
Properties
InlineUIContainer
Represents the inline UI container associated with the imported event.
Declaration
public InlineUIContainer InlineUIContainer { get; set; }
Property Value
InlineUIContainer
|
SkipFromImport
Gets a value indicating whether the Inline UI Container should be skipped during import.
Declaration
public bool SkipFromImport { get; set; }
Property Value
System.Boolean
|