Form.Paginated Event

Definition

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.

Applies to

See also