Vixen
02b45cc4
csharp
public sealed class OpenChangedEvent

Something that opens and closes did one of them.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Distinct from ValueChangedEvent<bool> rather than an alias for it, because a dialog opening and a checkbox being ticked are both a bool and nothing that listens for one wants the other. The type is the filter.

Fields and properties (1)

  • public bool IsOpen

    Whether it is now open.

Used by (4)

  • AccordionVixen.Ui.Controls
  • ExpanderVixen.Ui.Controls
  • OverlayVixen.Ui.Controls
  • SurfaceTestsVixen.Ui.Controls.Tests