ClassFormatPainterStateChangedEventArgs
Class
Provides data for StateChanged event.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands.CommandEventArgs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FormatPainterStateChangedEventArgs : EventArgs
Inheritance: objectEventArgsFormatPainterStateChangedEventArgs
Inherited Members
Constructors
FormatPainterStateChangedEventArgs(bool)
Initializes a new instance of the FormatPainterStateChangedEventArgs class.
Declaration
cs-api-definition
public FormatPainterStateChangedEventArgs(bool canPaste)
Parameters
canPaste
The value indicating whether the format painter can currently paste.