|
GLG Toolkit, C# Class Library
Version 4.6
|
Custom action interface. More...
Custom action interface.
This object is used as a parameter of the TraverseObjects and TraceObject methods and provides a custom action to be performed on each object in a collection of objects.
Inherited by GlgObjectActionInterfaceExt.
Public Member Functions | |
| bool | Action (GlgObject object) |
| An action to be performed. More... | |
| bool Action | ( | GlgObject | object | ) |
An action to be performed.
This method is invoked for each traversed object and provides a custom action to be performed on the object.
| object | The object to act upon. |
Implemented in GlgObjectActionInterfaceExt.