Skip to main content

ClipboardRowCopyingEventHandler Delegate

In This Article

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public delegate void ClipboardRowCopyingEventHandler(
    object sender,
    ClipboardRowCopyingEventArgs e
);

#Parameters

Name Type
sender Object
e ClipboardRowCopyingEventArgs
See Also