[]
Represents the event data for the ClipboardPastingEvent event for the Spread component, which occurs when the user invokes the Clipboard paste action.
public class ClipboardPastingEventArgs : EventArgs
Public Class ClipboardPastingEventArgs
Inherits EventArgs
Name | Description |
---|---|
ClipboardPastingEventArgs() | Creates a new object with the ClipboardPasting event arguments. |
ClipboardPastingEventArgs(ClipboardBehavior) | Creates a new object with the ClipboardPasting event arguments. |
Name | Description |
---|---|
Behavior | Gets the behavior. |
Handled | Gets or sets whether the paste was handled or the default paste action should be performed. |