IViewTableMethodsSetFieldSuggest Method

Set a command for when the field suggestion is launched.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetFieldSuggest(
	string fieldName,
	ICommand command
)

Parameters

fieldName  String
Field name to set.
command  ICommand
ICommand with the command.

Remarks

The model FieldCommandParameter is passed as a parameter to the command.

See Also