Removes the specified Action from the collection.
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ action As Action _ ) |
C# |
---|
public void Remove ( Action action ) |
Visual C++ |
---|
public: void Remove ( Action^ action ) |
Parameters
- action
- Neodynamic.WebControls.ImageDraw.Action
The Action to remove from the collection.