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; }
Public Property CommandParameter As Object
Get
Set
member CommandParameter : Object with get, set
Property Value
Type:
ObjectThe command parameter.
See Also