Nevron.UI Namespace / ItemStateChangeReason Enumeration


In This Topic
    ItemStateChangeReason Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ItemStateChangeReason 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ItemStateChangeReason
    public enum ItemStateChangeReason : System.Enum 
    Members
    MemberDescription
    EnabledChanged 
    KeyDown 
    KeyUp 
    MouseDown 
    MouseEnter 
    MouseLeave 
    MouseMove 
    MouseUp 
    ResetState 
    TimerTick 
    User 
    VisibleChanged 
    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