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