Raised when the Pager control is building a URL.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public event EventHandler<PagerUrlEventArgs> BuildingUrl |
| Visual Basic (Declaration) |
|---|
Public Event BuildingUrl As EventHandler(Of PagerUrlEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<PagerUrlEventArgs^>^ BuildingUrl { void add (EventHandler<PagerUrlEventArgs^>^ value); void remove (EventHandler<PagerUrlEventArgs^>^ value); } |