Class
FormatPainterStateChangedEventArgs

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

Constructors

FormatPainterStateChangedEventArgs(bool)

Initializes a new instance of the FormatPainterStateChangedEventArgs class.

Declaration

cs-api-definition
public FormatPainterStateChangedEventArgs(bool canPaste)

Parameters

canPaste

bool

The value indicating whether the format painter can currently paste.

Properties

CanPaste

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

Declaration

cs-api-definition
public bool CanPaste { get; }

Property Value

bool