Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItemNotifyEventHandler Delegate


In This Topic
    NLightUIItemNotifyEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub NLightUIItemNotifyEventHandler( _
       ByVal sender As System.Object, _
       ByVal data As NLightUIItemNotifyData _
    ) 
    'Usage
     
    
    Dim instance As New NLightUIItemNotifyEventHandler(AddressOf HandlerMethod)
    public delegate void NLightUIItemNotifyEventHandler( 
       System.object sender,
       NLightUIItemNotifyData data
    )

    Parameters

    sender
    data
    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