PageBasedRichEditView.PageCountChanged Event
In This Article
Occurs when multiple pages in a view are changed.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#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