Example #1
0
 private void OnChanged()
 {
     InvalidateDefaultActionInternal();
     listRevision++;
     changeNotification?.Post();
     OnFiltersListChanged?.Invoke(this, EventArgs.Empty);
 }
Example #2
0
 private void OnChanged()
 {
     InvalidateDefaultActionInternal();
     OnFiltersListChanged?.Invoke(this, EventArgs.Empty);
 }