Vixen
dd8b0a81

AccessibilityChangeKind

enum Core/Vixen.Ui/AccessibilityTree.cs:21
csharp
public enum AccessibilityChangeKind

What kind of change a node underwent between two captures.

Read the guide page for this →

Fields and properties (3)

  • Added

    It was not in the previous capture. AT-SPI children-changed:add.

  • Removed

    It is not in this one. AT-SPI children-changed:remove.

  • Changed

    It is in both and something about it differs — Fields says what.

Used by (3)

  • AccessibilityChangeVixen.Ui
  • AccessibilityTreeVixen.Ui
  • AccessibilityTreeTestsVixen.Ui.Tests