C# Class ICSharpCode.AvalonEdit.Search.SearchOptionsChangedEventArgs

EventArgs for SearchPanel.SearchOptionsChanged event.
Inheritance: System.EventArgs
Afficher le fichier Open project: gilgame/SEWorkbench Class Usage Examples

Méthodes publiques

Méthode Description
SearchOptionsChangedEventArgs ( string searchPattern, bool matchCase, bool useRegex, bool wholeWords ) : System

Creates a new SearchOptionsChangedEventArgs instance.

Method Details

SearchOptionsChangedEventArgs() public méthode

Creates a new SearchOptionsChangedEventArgs instance.
public SearchOptionsChangedEventArgs ( string searchPattern, bool matchCase, bool useRegex, bool wholeWords ) : System
searchPattern string
matchCase bool
useRegex bool
wholeWords bool
Résultat System