pmMDA.NET

PagingHelper.OnCountChanged Method 

[This is preliminary documentation and subject to change.]

Raises the CountChanged event.

protected virtual void OnCountChanged(
   EventArgs e
);

Parameters

e
An empty event argument.

Remarks

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.

See Also

PagingHelper Class | PmMda.Net.Dog.Paging Namespace