Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NItemsControl Class / ItemNotify Event


In This Topic
    ItemNotify Event
    In This Topic
    A notification event which is raised before any item-related action is taken.
    Syntax
    'Declaration
     
    
    Public Event ItemNotify As NLightUIItemNotifyEventHandler
    'Usage
     
    
    Dim instance As NItemsControl
    Dim handler As NLightUIItemNotifyEventHandler
     
    AddHandler instance.ItemNotify, handler
    public event NLightUIItemNotifyEventHandler ItemNotify
    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