Nevron .NET Vision
Nevron.UI Namespace / ItemStateChangeReason Enumeration


In This Topic
    ItemStateChangeReason Enumeration
    In This Topic
    Enumerates the possible reasons for a state change of a NUIItem instance.
    Syntax
    'Declaration
     
    
    Public Enum ItemStateChangeReason 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ItemStateChangeReason
    public enum ItemStateChangeReason : System.Enum 
    Members
    MemberDescription
    EnabledChangedState change triggerred from the EnabledChanged event.
    KeyDownState change triggerred from the KeyDown event.
    KeyUpState change triggerred from the KeyUp event.
    MouseDownState change triggerred from the MouseDown event.
    MouseEnterState change triggerred from the MouseEnter event.
    MouseLeaveState change triggerred from the MouseLeave event.
    MouseMoveState change triggerred from the MouseMove event.
    MouseUpState change triggerred from the MouseUp event.
    ResetStateState change triggered from a ResetState method call.
    TimerTickState change triggerred from a timer tick.
    UserExplicitly specified by the user.
    VisibleChangedState change triggerred from the VisibleChanged event.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.ItemStateChangeReason

    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