An NDoc Documented Class Library

ActionListener.ActionPerformed Method 

[Visual Basic]
Sub ActionPerformed( _ 
   ByVal action As Action _ 
)
[C#]
void ActionPerformed(
   Action action
);
[C++]
void ActionPerformed(
   Action* action
);
[JScript]
function ActionPerformed(
   Action action
);

See Also

ActionListener Interface | White.Core.UIItems.Actions Namespace