MGSearchSummary

Top  Previous  Next

This event is fired when a search is being conducted.

[Visual Basic .NET]

Public Event MGSearchSummary(ByVal s As Object, ByVal e As SearchSummaryEventArgs)

[C#]

public event MGSearchSummary(object s, SearchSummaryEventArgs e);

Parameters

s

    Specifies the sender object.

 

e

    is the object of SearchSummaryEventArgs Class with the following members:

1.GridIndex specifies the index of current active grid where searching occurs. -1 indicates the full grid; for a sub grid in cascade mode, this member's value must be between 0 and the return value of GetTotalSubGrids() minus 1.

2.SearchText specifies the search text.

3.TotalMatches specifies the number of total matches.