Initializes a new instance of the SearchAppliedEventArgs class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.String, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean, _
   ByVal onlyVisibleColumns As System.Boolean, _
   ByVal  As System.Boolean _
)
             
        
            
            public SearchAppliedEventArgs( 
   System.string ,
   System.bool ,
   System.bool ,
   System.bool onlyVisibleColumns,
   System.bool 
)
             
        
             
        
            パラメータ
- text
 
- The words to search.
 - highlight
 
- Determines whether search results are highlighted.
 - filter
 
- Determines whether the search results are filtered.
 - onlyVisibleColumns
 
- Determines whether to search only in visible columns.
 - onlyVisibleRows
 
- Determines whether to search only in visible rows.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照