Class XamlImportSettings
Inheritance
System.Object
XamlImportSettings
Inherited Members
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 XamlImportSettings
Constructors
XamlImportSettings()
Declaration
public XamlImportSettings()
Properties
AllowedAssemblies
Gets the collection of the assemblies where the allowed types for the XAML import are.
Declaration
public HashSet<string> AllowedAssemblies { get; }
Property Value
System.Collections.Generic.HashSet<System.String>
|
Events
ImageImported
Declaration
public event EventHandler<ImageImportedEventArgs> ImageImported
Event Type
System.EventHandler<ImageImportedEventArgs>
|
InlineUIContainerImported
Declaration
public event EventHandler<InlineUIContainerImportedEventArgs> InlineUIContainerImported
Event Type
System.EventHandler<InlineUIContainerImportedEventArgs>
|
PreProcessingXaml
This event allows you to edit the Xaml before the import or cancel the import if you are not sure that the Xaml is safe.
Declaration
public event EventHandler<PreProcessingXamlEventArgs> PreProcessingXaml
Event Type
System.EventHandler<PreProcessingXamlEventArgs>
|