ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ActionCollection.Contains Method

Determines whether the specified Action exists in the collection.

[Visual Basic]

Public Function Contains( _

ByVal a As Action _

) As Boolean

[C#]

public bool Contains(

Action a

);

[Delphi]

public function Contains(

a: Action

): Boolean;

Parameters

a

The action performed on a specific obejct.

Return Value

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

See Also

ActionCollection Class | ActionCollection Members | C1.Win.C1Chart Namespace | ActionCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.