Class FormatPainterStateChangedEventArgs
Provides data for StateChanged event.
Inheritance
System.Object
FormatPainterStateChangedEventArgs
Namespace: Telerik.Windows.Documents.RichTextBoxCommands.CommandEventArgs
Assembly: Telerik.Windows.Documents.dll
Syntax
public class FormatPainterStateChangedEventArgs : EventArgs
Constructors
FormatPainterStateChangedEventArgs(Boolean)
Initializes a new instance of the FormatPainterStateChangedEventArgs class.
Declaration
public FormatPainterStateChangedEventArgs(bool canPaste)
Parameters
System.Boolean
canPaste
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.Boolean
|