smartDBforms.NET API Reference

SmartPagerPageChangingEventHandler Delegate

Represents the method that handles the PageChanging event of a SmartPager control.

[Visual Basic]
Public Delegate Sub SmartPagerPageChangingEventHandler( _
   ByVal sender As SmartPager, _
   ByVal e As SmartPagerPageChangingArgs _
)
[C#]
public delegate void SmartPagerPageChangingEventHandler(
   SmartPager sender,
   SmartPagerPageChangingArgs e
);

Parameters

sender
e

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

Adillis.SmartDBForms Namespace