Removes the specified action from the collection.

Namespace:  PerpetuumSoft.Reporting.Windows.Forms
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void Remove(
	Action value
)
Visual Basic (Declaration)
Public Sub Remove ( _
	value As Action _
)
Visual C++
public:
void Remove(
	Action^ value
)

See Also