AutomationPeer.InvalidatePeer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Triggers recalculation of the main properties of the AutomationPeer and raises the PropertyChanged notification to the automation client if the properties have changed.
public:
virtual void InvalidatePeer() = InvalidatePeer;
void InvalidatePeer();
public void InvalidatePeer();
function invalidatePeer()
Public Sub InvalidatePeer ()