SearchEventArgs(String, Int32, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
SearchEventArgs(System::String ^ searchString, int startPage, bool isFindNext);
public SearchEventArgs (string searchString, int startPage, bool isFindNext);
new Microsoft.Reporting.WebForms.SearchEventArgs : string * int * bool -> Microsoft.Reporting.WebForms.SearchEventArgs
Public Sub New (searchString As String, startPage As Integer, isFindNext As Boolean)
Parameters
- searchString
- String
- startPage
- Int32
- isFindNext
- Boolean