Event arguments for the PreProcessingXaml event.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Xaml
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class PreProcessingXamlEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPreProcessingXamlEventArgs
Inherited Members
Constructors
Creates a new instance of the PreProcessingXamlEventArgs class.
C#
public PreProcessingXamlEventArgs(string xaml)
The XAML that is being imported.
Properties
Determines if the default validation (safety) check of the XAML should be skipped.
C#
public bool SkipXamlValidation { get; set; }