Skip to content

BeforeCopyToText Event

Description

Occurs before all text data from a record is copied to the clipboard.

Syntax

Public Event BeforeCopyToText( _
    ByVal [Record] As [GridRecord](XtremeGridControl~GridRecord.md), _
    ByRef [strText] As String, _
    ByRef [CancelOperation] As Variant _
)

Parameters

  • Record
    Pointer to the GridRecord that contains the text values that will be copied to the clipboard.

  • strText
    Tab delimited string that contains all the text data from the Record before it has been copied to the clipboard.

  • CancelOperation
    Set to True to cancel the copy operation. Nothing will be copied to the clipboard.

Remarks

The BeforeCopyToText event allows the record data (strText) to be customized before it is copied to the clipboard.

See Also


See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.