ClipboardDataPastedEventHandler Delegate | Office File API | DevExpress Documentation Skip to main content
Row

ClipboardDataPastedEventHandler Delegate

A method that will handle the SpreadsheetControl.ClipboardDataPasted event of the SpreadsheetControl.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

Declaration

[ComVisible(true)]
public delegate void ClipboardDataPastedEventHandler(
    object sender,
    ClipboardDataPastedEventArgs e
);

Parameters

Remarks

When you create a ClipboardDataPastedEventHandler delegate, you identify the method that handles the corresponding event. To associate the event with your event handler, add a delegate instance to this event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event handler delegates, see the following topic: Handle and Raise Events.

See Also
Use of this site constitutes acceptance of our Website Terms of Use and Privacy Policy (Updated). Cookies Settings