Skip to content

Commit 6b27451

Browse files
Revert "docs(window): notes on VisibleChanged"
This reverts commit 97283c7.
1 parent 87e860d commit 6b27451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/window/events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ You can use the `VisibleChanged` event to get notifications when the user tries
110110
}
111111
````
112112

113-
>note The `VisibleChanged` event will fire when the window is being disposed. At this stage of the framework lifecycle, it cannot know if it is open or not, and so we explicitly close it and free-up the resources it uses.
114-
115113
## StateChanged
116114

117115
You can use the `StateChanged` event to get notifications when the user tries to minimize, maximize or restore the window. You can effectively cancel the event by *not* propagating the new state to the variable the `State` property is bound to.

0 commit comments

Comments
 (0)