Class FormatPainterStateChangedEventArgs
Provides data for StateChanged event.
Inheritance
System.Object
System.EventArgs
FormatPainterStateChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands.CommandEventArgs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FormatPainterStateChangedEventArgs : EventArgs
Constructors
FormatPainterStateChangedEventArgs(Boolean)
Initializes a new instance of the FormatPainterStateChangedEventArgs class.
Declaration
public FormatPainterStateChangedEventArgs(bool canPaste)
Parameters
System.Boolean
canPaste
The value indicating whether the format painter can currently paste. |
Properties
CanPaste
Gets a value indicating whether the format painter can currently paste.
Declaration
public bool CanPaste { get; }
Property Value
System.Boolean
|