Skip to main content

PageBasedRichEditView.PageCountChanged Event

Occurs when multiple pages in a view are changed.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

public event EventHandler PageCountChanged

#Event Data

The PageCountChanged event's handler receives an argument of the EventArgs type.

#Remarks

The PageCountChanged event occurs after a repagination process, if a number of pages in a view changes.

See Also