如何捕获 AvalonDock 断开和对接事件?

发布于 2024-12-11 05:30:03 字数 876 浏览 0 评论 0原文

我在 WPF 项目中使用 AvalonDock。 我想知道如何处理对接和取消对接事件。 我在拖动时尝试了鼠标向下和向上,但没有明显的成功。

……

<ad:DockingManager x:Name="dockManager" Grid.Row="2" Margin="0,25,0,0" Background="Transparent" >
                            <ad:ResizingPanel Orientation="Vertical" >
                                <ad:ResizingPanel Orientation="Horizontal" >
                                    <ad:DocumentPane Background="Transparent">
                                        <ad:DocumentContent Title="Document View!">
                                            <Grid Background="Transparent">
                                            <Rectangle Name="rect_Zoom" Grid.Row="2" MouseLeftButtonDown="rect_Zoom_MouseDown" MouseMove="rect_Zoom_MouseMove" MouseWheel="rect_Zoom_MouseWheel" MouseUp="rect_Zoom_MouseUp"  />

I am Using AvalonDock in a WPF project.
And I would like to konw how to handle the Docking and Undocking event.
i have tried MouseDown and Up while Dragging but no apparent success.

...

<ad:DockingManager x:Name="dockManager" Grid.Row="2" Margin="0,25,0,0" Background="Transparent" >
                            <ad:ResizingPanel Orientation="Vertical" >
                                <ad:ResizingPanel Orientation="Horizontal" >
                                    <ad:DocumentPane Background="Transparent">
                                        <ad:DocumentContent Title="Document View!">
                                            <Grid Background="Transparent">
                                            <Rectangle Name="rect_Zoom" Grid.Row="2" MouseLeftButtonDown="rect_Zoom_MouseDown" MouseMove="rect_Zoom_MouseMove" MouseWheel="rect_Zoom_MouseWheel" MouseUp="rect_Zoom_MouseUp"  />

...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文