This documentation is archived and is not being maintained.

DataPagerFieldCommandEventArgs Class

Provides data for the Command event.

Namespace:  System.Web.UI.WebControls
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.

System::Object
  System::EventArgs
    System.Web.UI.WebControls::CommandEventArgs
      System.Web.UI.WebControls::DataPagerFieldCommandEventArgs

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.

.NET Framework

Supported in: 3.5
Show: