Basic Library for WinRT
RequerySuggested Event

Occurs when the CommandManager detects conditions that might change the ability of a command to execute.
Syntax
'Declaration
 
Public Event RequerySuggested As System.EventHandler
public event System.EventHandler RequerySuggested
Remarks
Contrary to WPF System.Windows.Input.CommandManger implementation, CommandManager doesn't track layout changes. So, this event might not be called at some conditions. If you came across this issue, use InvalidateRequerySuggested method for explicit check.
See Also

Reference

CommandManager Class
CommandManager Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback