ASP.NET Pack Programmer's Guide
Button.CommandArgument Property
See Also
 





Gets or sets an optional parameter passed to the Command event.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string CommandArgument { get; set; }

Visual Basic  Copy Code

Public Property CommandArgument As String

 Property Value

Type: String
A string specifying the command argument passed to the Command event. The default value is an empty string ("").

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace