Click or drag to resize

LinkButtonCommandParameter Property

Gets or sets the parameter to pass to the Command when executing or determining its CanExecute state.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object CommandParameter { get; set; }

Property Value

Type: Object
The command parameter.
See Also