Méthode | Description | |
---|---|---|
DeferredSearchHelper ( string propertySearch, ViewModel refferedViewModel, System.Action callback ) : System |
Initializes a new instance of the DeferredSearchHelper class.
|
|
StartSearch ( ) : void | ||
StopSearch ( ) : void |
Méthode | Description | |
---|---|---|
OnPropertyChanged ( object sender, |
||
OnTimerTick ( object sender, |
public DeferredSearchHelper ( string propertySearch, ViewModel refferedViewModel, System.Action callback ) : System | ||
propertySearch | string | Property of view model that represent search string. |
refferedViewModel | ViewModel | Refered view model. |
callback | System.Action | Callback that invokes for notificate about start search. |
Résultat | System |