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
Constructors
Properties
Gets the document associated with the setup event.
C#
public RadDocument Document { get; protected set; }