SelectionPatternIdentifiers.InvalidatedEvent Field
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.
Identifies the event that is raised when a selection in a container has changed significantly and requires sending more addition and removal events than the InvalidateLimit constant permits.
public: static initonly System::Windows::Automation::AutomationEvent ^ InvalidatedEvent;
public static readonly System.Windows.Automation.AutomationEvent InvalidatedEvent;
staticval mutable InvalidatedEvent : System.Windows.Automation.AutomationEvent
Public Shared ReadOnly InvalidatedEvent As AutomationEvent
Field Value
Remarks
An invalidated event is raised when a selection in a container has changed significantly and requires sending more addition and removal events than the InvalidateLimit constant permits.
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in SelectionPattern.