New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the FormatPainterStateChangedEventArgs class.

C#
public FormatPainterStateChangedEventArgs(bool canPaste)
Parameters:canPastebool

The value indicating whether the format painter can currently paste.

Properties

Gets a value indicating whether the format painter can currently paste.

C#
public bool CanPaste { get; }