BaseListBoxControl.BindCommand Method
Name | Parameters | Description |
---|---|---|
Bind |
command |
Uses the command selector to find an appropriate parameterized command of the target type in the source and binds it to this HTML element. |
Bind |
command, element |
Binds the specific parameterized command to the target HTML element. |
Bind |
command |
Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to the HTML element. |