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

Provides data for StateChanged event.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands.CommandEventArgs

Assembly:Telerik.Windows.Controls.RichTextBox.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; }