Documentation for this section has not yet been entered.
The CommandEventArgs.CommandArgument can contain any string set by the programmer. The CommandEventArgs.CommandArgument property complements the CommandEventArgs.CommandName property by allowing you to provide any additional information for the command. For example, you can set the CommandEventArgs.CommandName property to Sort and set the CommandEventArgs.CommandArgument property to Ascending to specify a command to sort in ascending order.