DataPagerFieldCommandEventArgs Class
Provides data for the Command event.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
System.EventArgs
System.Web.UI.WebControls.CommandEventArgs
System.Web.UI.WebControls.DataPagerFieldCommandEventArgs
| Name | Description | |
|---|---|---|
![]() | DataPagerFieldCommandEventArgs(DataPagerFieldItem, Object, CommandEventArgs) | Initializes a new instance of the DataPagerFieldCommandEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | CommandArgument | Gets the argument for the command.(Inherited from CommandEventArgs.) |
![]() | CommandName | Gets the name of the command.(Inherited from CommandEventArgs.) |
![]() | CommandSource | Gets the control that raised the event. |
![]() | Item | Gets the DataPagerFieldItem object that contains the control that raised the event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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 NIB: Consuming Events.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


