ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendarStorage Class / FindEventByID Method
The event id.

In This Topic
    FindEventByID Method
    In This Topic
    Finds the event by its ID.
    Syntax
    'Declaration
     
    Public Function FindEventByID( _
       ByVal id As System.String _
    ) As Event
    public Event FindEventByID( 
       System.string id
    )

    Parameters

    id
    The event id.
    See Also