Class SetupDocumentEventArgs
Represents the event arguments for setting up a document in the Telerik format provider.
Inheritance
System.Object
SetupDocumentEventArgs
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SetupDocumentEventArgs : EventArgs
Constructors
SetupDocumentEventArgs(RadDocument)
Properties
Document
Gets the document associated with the setup event.
Declaration
public RadDocument Document { get; protected set; }
Property Value
RadDocument
|