Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created October 22, 2017 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomwis/abb1ee864dbef12eef649c21f5758bf8 to your computer and use it in GitHub Desktop.
Save tomwis/abb1ee864dbef12eef649c21f5758bf8 to your computer and use it in GitHub Desktop.
readonly ObservableAsPropertyHelper<bool> _isSearching;
public bool IsSearching => _isSearching.Value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment