EventsCalendar for ASP.NET Web Forms
FindAll Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventCollection Class : FindAll Method
Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As System.Predicate(Of Event) _
) As System.Collections.Generic.List(Of Event)
public System.Collections.Generic.List<Event> FindAll( 
   System.Predicate<Event> match
)

Parameters

match
See Also

Reference

C1EventCollection Class
C1EventCollection Members