ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBoxItemCollection Class / ForEach Method

In This Topic
    ForEach Method (C1LightBoxItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of C1LightBoxItem) _
    ) 
    public void ForEach( 
       System.Action<C1LightBoxItem> action
    )

    Parameters

    action
    See Also