DxFlyout Events
A contextual popup UI element that allows you to display hints, warnings, and other messages.Name | Description |
---|---|
Closed | Fires after the flyout window is closed. |
Closing | Fires before the flyout window is closed. |
Created | Fires after the flyout window is initialized. |
Disposed | Fires after the Flyout is disposed. |
IsOpenChanged | Fires when the flyout window opens or closes. |
Showing | Fires before the flyout window is displayed. |
Shown | Fires after the flyout window is displayed. |
See Also