ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpItemsRemovedEventArgs Class / JumpItemsRemovedEventArgs Constructor

In This Topic
    JumpItemsRemovedEventArgs Constructor
    In This Topic
    Initializes a new instance of the JumpItemsRemovedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal removedItems As List(Of C1JumpItem) _
    )
    public JumpItemsRemovedEventArgs( 
       List<C1JumpItem> removedItems
    )

    Parameters

    removedItems
    See Also