ClassSetupDocumentEventArgs
Class
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:
cs-api-definition
public class SetupDocumentEventArgs : EventArgs
Inheritance: objectEventArgsSetupDocumentEventArgs
Inherited Members
Constructors
SetupDocumentEventArgs(RadDocument)
Declaration
cs-api-definition
public SetupDocumentEventArgs(RadDocument document)
Parameters
document
Properties
Document
Gets the document associated with the setup event.
Declaration
cs-api-definition
public RadDocument Document { get; protected set; }
Property Value