[CLOSED] Get Notification close event

  1. #1

    [CLOSED] Get Notification close event

    Hi, I want to know to close a window when Notification message close event fired.
    Last edited by Daniil; Nov 29, 2013 at 2:22 PM. Reason: [CLOSED]
  2. #2
    Hi @kakashi,

    Please use a Hide listener.
    X.Msg.Notify(new NotificationConfig()
        {
            Listeners =
            {
                Hide =
                {
                    Handler = "alert('Hidden');"
                }
            }
        }).Show();

Similar Threads

  1. [CLOSED] Notification window with "close" button and autoHide=true
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 01, 2015, 11:08 PM
  2. [CLOSED] Notification and close icon
    By aisi_it_admin in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 15, 2013, 3:39 PM
  3. Close all the Notification Window.
    By NishaLijo in forum 1.x Help
    Replies: 3
    Last Post: Apr 03, 2012, 8:57 AM
  4. Refresh notification on taskmanager timed event.
    By Tookey21 in forum 1.x Help
    Replies: 2
    Last Post: Mar 09, 2012, 12:28 AM
  5. [CLOSED] Notification: hide close button when AutoHide = false
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 16, 2009, 3:10 PM

Posting Permissions