Class
PreProcessingXamlEventArgs

Event arguments for the PreProcessingXaml event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PreProcessingXamlEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPreProcessingXamlEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

PreProcessingXamlEventArgs(string)

Creates a new instance of the PreProcessingXamlEventArgs class.

Declaration

cs-api-definition
public PreProcessingXamlEventArgs(string xaml)

Parameters

xaml

string

The XAML that is being imported.

Properties

SkipXamlValidation

Determines if the default validation (safety) check of the XAML should be skipped.

Declaration

cs-api-definition
public bool SkipXamlValidation { get; set; }

Property Value

bool

Xaml

Gets or sets the XAML that is being imported. Allows you to edit it before the import.

Declaration

cs-api-definition
public string Xaml { get; set; }

Property Value

string