Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ao Class / c Method

In This Topic
    c Method (ao)
    In This Topic
    Syntax
    'Declaration
     
    Public Function c( _
       ByVal a As System.ComponentModel.ListChangedEventArgs, _
       ByVal b As System.Collections.IList _
    ) As aq
    public aq c( 
       System.ComponentModel.ListChangedEventArgs a,
       System.Collections.IList b
    )

    Parameters

    a
    b
    See Also