Class InlineUIContainerImportedEventArgs
Inheritance
System.Object
System.EventArgs
InlineUIContainerImportedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Documents.dll
Syntax
public class InlineUIContainerImportedEventArgs : EventArgs
Constructors
InlineUIContainerImportedEventArgs(InlineUIContainer)
Declaration
public InlineUIContainerImportedEventArgs(InlineUIContainer inlineUiContainer)
Parameters
InlineUIContainer
inlineUiContainer
|
Properties
InlineUIContainer
Declaration
public InlineUIContainer InlineUIContainer { get; set; }
Property Value
InlineUIContainer
|
SkipFromImport
Declaration
public bool SkipFromImport { get; set; }
Property Value
System.Boolean
|