ClassPreProcessingXamlEventArgs
Class
Event arguments for the PreProcessingXaml event.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Xaml
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class PreProcessingXamlEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPreProcessingXamlEventArgs
Inherited Members
Constructors
PreProcessingXamlEventArgs(string)
Creates a new instance of the PreProcessingXamlEventArgs class.
Declaration
cs-api-definition
public PreProcessingXamlEventArgs(string xaml)
Parameters
xaml
The XAML that is being imported.
Properties
SkipXamlValidation
Determines if the default validation (safety) check of the XAML should be skipped.