Click or drag to resize
FindReplaceEventArgs Class
Supplies data for the Find and Replace events of the GridControl class.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridFindReplaceEventArgs

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class FindReplaceEventArgs : EventArgs

The FindReplaceEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFindReplaceEventArgs
Initializes a new FindReplaceEventArgs object.
Top
Remarks
These event arguments are supplied to any overridden Find and Replace event handlers, as well as to any delegates attached to the Find or Replace events.
See Also