DataPagerFieldCommandEventArgs Class
Provides data for the Command event.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class DataPagerFieldCommandEventArgs : public CommandEventArgs
The Command event is raised when a Button, ImageButton, or LinkButton control button in a DataPagerField object is clicked.
The DataPagerFieldCommandEventArgs class is used internally by the DataPager::OnBubbleEvent and the TemplatePagerField::HandleEvent methods to access information about the event that was raised.
For a list of initial property values for an instance of the DataPagerFieldCommandEventArgs class, see the DataPagerFieldCommandEventArgs constructor.
For more information about how to handle events, see Consuming Events.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal
System::EventArgs
System.Web.UI.WebControls::CommandEventArgs
System.Web.UI.WebControls::DataPagerFieldCommandEventArgs
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.