Click or drag to resize
GridControlReplace Event
Replace event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event GridControlFindReplaceEventHandler Replace

Value

Type: Stingray.GridGridControlFindReplaceEventHandler
Remarks
This is invoked when the user is about to perform a find and replace operation in the grid.
See Also