HtmlContentPopup.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 parameterized MVVM command to the target HTML element. |
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. |