Gets or sets an optional parameter passed to the ItemClick and ItemSelected events of the component along with the associated CommandName.
[Visual Basic]
Public Property CommandArgument As String
[C#]
public string CommandArgument {get;set;}
[Delphi]
public property CommandArgument: String read get_CommandArgument write set_CommandArgument;
Remarks
The CommandArgument property complements the CommandName property by allowing you to provide additional information about the command to perform.
See Also
C1WebLinkItem Class | C1WebLinkItem Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |