Nevron.UI.WinForm.Controls Namespace / NGalleryPanel Class / ItemClick Event


In This Topic
    ItemClick Event (NGalleryPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ItemClick As NGalleryItemEventHandler
    'Usage
     
    
    Dim instance As NGalleryPanel
    Dim handler As NGalleryItemEventHandler
     
    AddHandler instance.ItemClick, handler
    public event NGalleryItemEventHandler ItemClick
    Event Data

    The event handler receives an argument of type NGalleryItemEventArgs containing data related to this event. The following NGalleryItemEventArgs properties provide information specific to this event.

    PropertyDescription
     
    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