2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ActionCollection Class / Contains Method

In This Topic
    Contains Method (ActionCollection)
    In This Topic
    Determines whether the specified Action exists in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal a As Action _
    ) As System.Boolean
    public System.bool Contains( 
       Action a
    )

    Parameters

    a

    Return Value

    A boolean indicating whether the specified action is contained in the collection.
    See Also