Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / TaskDialogNotification Enumeration


In This Topic
    TaskDialogNotification Enumeration
    In This Topic
    Specifies the possible notifications sent by a NTaskDialog instance.
    Syntax
    'Declaration
     
    
    Public Enum TaskDialogNotification 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TaskDialogNotification
    public enum TaskDialogNotification : System.Enum 
    Members
    MemberDescription
    ButtonClickA push button is clicked.
    ClosedOccurs when the dialog has been closed.
    ClosingOccurs when the dialog is about to be closed. Cancelable.
    LoadAfter the dialog has been loaded and before displaying it to the user.
    TimerTickA timer tick.
    VerificationCheckedChangedThe CheckState of the Verification part has changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.TaskDialogNotification

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also