IViewTableMethodsSetFieldLink Method
Set a command that will be launched when the link button is clicked..
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void SetFieldLink(
string fieldName,
ICommand command
)
Sub SetFieldLink (
fieldName As String,
command As ICommand
)
Parameters
- fieldName String
- Field name to set.
- command ICommand
- ICommand with the command.