Form.Paginated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a form is paginated. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
event EventHandler ^ Paginated;
public event EventHandler Paginated;
member this.Paginated : EventHandler
Public Custom Event Paginated As EventHandler
Event Type
Examples
For a complete code example, see the example for the ControlToPaginate property.
Remarks
A form is paginated prior to rendering each request. After pagination is complete, the Paginated event occurs. After this event occurs, the CurrentPage property of the form contains the actual number of pages for the form.