ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileBase Class / UpdateCanExecuteState Method

In This Topic
    UpdateCanExecuteState Method
    In This Topic
    If Command property is set, calls ICommand.CanExecute method and updates IsEnabled property accordingly.
    Syntax
    'Declaration
     
    Protected Sub UpdateCanExecuteState() 
    protected void UpdateCanExecuteState()
    See Also