Class InlineUIContainerExportingEventArgs
Inheritance
System.Object
System.EventArgs
InlineUIContainerExportingEventArgs
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 InlineUIContainerExportingEventArgs : EventArgs
Constructors
InlineUIContainerExportingEventArgs(InlineUIContainer)
Declaration
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer)
Parameters
InlineUIContainer
inlineUIContainer
|
Properties
ExportMode
Declaration
public InlineUIContainerExportMode ExportMode { get; set; }
Property Value
InlineUIContainerExportMode
|
InlineUIContainer
XamlContent
Declaration
public string XamlContent { set; }
Property Value
System.String
|