Skip to main content

ClipboardRowPastingEventHandler Delegate

In This Article

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public delegate void ClipboardRowPastingEventHandler(
    object sender,
    ClipboardRowPastingEventArgs e
);

#Parameters

Name Type
sender Object
e ClipboardRowPastingEventArgs
See Also