New to Telerik UI for WPFStart a free 30-day trial

Represents the event arguments for setting up a document in the Telerik format provider.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class SetupDocumentEventArgs : EventArgs

Inheritance: objectEventArgsSetupDocumentEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public SetupDocumentEventArgs(RadDocument document)
Parameters:documentRadDocument

Properties

Gets the document associated with the setup event.

C#
public RadDocument Document { get; protected set; }