Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Sheet - Notify when sheet has ended its animations for open / close #107

Closed
haavamoa opened this issue Jan 23, 2020 · 0 comments
Labels
enhancement New feature or request sheet
Projects

Comments

@haavamoa
Copy link
Member

Summary

  • Add commands that should trigger when the sheet has finished animating and are opened / closed.

API Changes

    <dxui:SheetBehaviour IsOpen="True" OpenedCommand="{Binding MyCommand}" ClosedCommand={Binding ClosedCommand}" />

Intended Use Case

This is useful if you want to wait for the view to be completely visible before doing async calls or if you are using a component that is forcing the view to freeze.

@haavamoa haavamoa added enhancement New feature or request sheet labels Jan 23, 2020
@haavamoa haavamoa added this to In Progress in Sheet Jan 23, 2020
@haavamoa haavamoa moved this from In Progress to Done in Sheet Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sheet
Projects
No open projects
Sheet
  
Done
Development

No branches or pull requests

1 participant