[This is preliminary documentation and subject to change.]
Raises the CountChanged event.
Classes that derive from the PagingHelper class may override this method to be notified about count changes without registering to the CountChanged event. Make sure you call base.OnCountChanged
at the ned of your overriden method to ensure that the event subsribes are also notified.
PagingHelper Class | PmMda.Net.Dog.Paging Namespace