csharp
public enum AccessibilityChangeKindWhat kind of change a node underwent between two captures.
Fields and properties (3)
AddedIt was not in the previous capture. AT-SPI children-changed:add.
RemovedIt is not in this one. AT-SPI children-changed:remove.
ChangedIt is in both and something about it differs — Fields says what.
Used by (3)
- AccessibilityChangeVixen.Ui
- AccessibilityTreeVixen.Ui
- AccessibilityTreeTestsVixen.Ui.Tests