Class ClipboardEventArgs
Represents a class that provides the data for the handling the clipboard events in the SfMaskedEdit control.
Inheritance
System.Object
System.EventArgs
ClipboardEventArgs
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: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class ClipboardEventArgs : EventArgs
Constructors
ClipboardEventArgs()
Initializes a new instance of the ClipboardEventArgs class.
Declaration
public ClipboardEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the clipboard operation is needs to be performed or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Gets or sets the Clipboard text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |