ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventCollection Class / Exists Method

In This Topic
    Exists Method (C1EventCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Exists( _
       ByVal match As System.Predicate(Of Event) _
    ) As System.Boolean
    public System.bool Exists( 
       System.Predicate<Event> match
    )

    Parameters

    match
    See Also