English 中文(简体)
视窗 WPF附近的纽顿
原标题:Windows Close button in WPF
  • 时间:2012-04-26 19:36:46
  •  标签:
  • wpf

目前,我正在利用卡利伯恩框架,着手实施妇女论坛的申请。 在申请窗口的最右边是CLOSE(X)纽顿。 我愿为CLOSE纽芬兰窗口举办活动。 然而,在申请窗口关闭时,不论任何将关闭申请窗口的县,都将开始发放。 此外,在申请结束时,申请将询问用户是否希望撤销改动,或者是否作出任何改动。 然而,我只能设法在申请中获取EXIT的纽芬兰语,以传播SAVE CHANGES信息,然后开始消失,但对于CLOSE(X)纽伦的窗户来说,情况并非如此。 当我把窗户CLOSE(X)纽扣时,这种疏漏将首先开始*(这只是假想的,它首先应当显示SAVE CHANGES信息,然后在之后消失)*。 在废墟中,电离层电离层电离层电离层电离层。 最终,申请坠毁,因为申请无法如申请中的信息所示结束。 是否有人知道如何围绕这一点开展工作? 以下是用于这一问题的法典一。

左派观点的密码背后——我利用这一看法来追捕世界土著文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、

 protected override void OnClosing(System.ComponentModel.CancelEventArgs e)
        {
            if (!closed)
            {
                e.Cancel = true;
                FormFadeOut.Begin();
                closed = true;
            }
            base.OnClosing(e);
        }

This code is used to close the application when the fadeout ends:

private void FormFadeOutAnimation_Completed(object sender, EventArgs e) {

        this.Close();

}

在我的Xaml中,我使用了该代码,以在电离层电离层电离层电离层电离层电离层:

cal:Message.Attach="[Event Closing] = [Action CloseApp2()]"

我认为,上述xaml法典规定了以下职能:

  public void CloseApp2()
        {

          //  isClosing = true;
            events.Publish(new IsClosingEvent());
          //  events.Publish(new ClearItemsEvent());
          //  events.Publish(new SwitchTimerOffEvent());
          //  Thread.Sleep(2000);

        }

当发出“电子通风”活动时,如果用户作任何改动,则电离层电离层电离层的电离层信号将出现。

是否有任何人对如何解决这一问题有好的想法?

事先得到任何帮助。

查尔斯

最佳回答

使用窗口。 结 论

protected override void OnClosing(System.ComponentModel.CancelEventArgs e)
问题回答

暂无回答




相关问题
WPF convert 2d mouse click into 3d space

I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...

Editing a xaml icons or images

Is it possible to edit a xaml icons or images in the expression design or using other tools? Is it possible to import a xaml images (that e.g you have exported) in the expression designer for editing?...

WPF: writing smoke tests using ViewModels

I am considering to write smoke tests for our WPF application. The question that I am faced is: should we use UI automation( or some other technology that creates a UI script), or is it good enough to ...

WPF - MVVM - NHibernate Validation

Im facing a bit of an issue when trying to validate a decimal property on domain object which is bound to a textbox on the view through the viewmodel. I am using NHibernate to decorate my property on ...

How do WPF Markup Extensions raise compile errors?

Certain markup extensions raise compile errors. For example StaticExtension (x:Static) raises a compile error if the referenced class cannot be found. Anyone know the mechanism for this? Is it baked ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签