Provides data for StateChanged event.
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands.CommandEventArgs
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class FormatPainterStateChangedEventArgs : EventArgs
Inheritance: objectEventArgsFormatPainterStateChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the FormatPainterStateChangedEventArgs class.
C#
public FormatPainterStateChangedEventArgs(bool canPaste)
The value indicating whether the format painter can currently paste.