Vixen
dd8b0a81
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 (7)

  • AccordionVixen.Ui.Controls
  • BoundOverlaySheetVixen.Ui.Controls.Tests
  • ControlMarkupVixen.Ui.Controls
  • ExpanderVixen.Ui.Controls
  • OverlayVixen.Ui.Controls
  • StateDialogSheetVixen.Ui.Controls.Tests
  • SurfaceTestsVixen.Ui.Controls.Tests