Class FormatPainterStateChangedEventArgs
Provides data for State
Inheritance
System.Object
FormatPainterStateChangedEventArgs
Namespace: Telerik.Windows.Documents.RichTextBoxCommands.CommandEventArgs
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class FormatPainterStateChangedEventArgs : EventArgs
Constructors
FormatPainterStateChangedEventArgs(Boolean)
Initializes a new instance of the Format
Declaration
public FormatPainterStateChangedEventArgs(bool canPaste)
Parameters
System. The value indicating whether the format painter can currently paste. |
Properties
CanPaste
Gets a value indicating whether the format painter can currently paste.
Declaration
public bool CanPaste { get; }
Property Value
System.
|