An NDoc Documented Class Library

UIItem.ActionPerformed Method (Action)

[Visual Basic]
Overridable  OverloadsPublic Sub ActionPerformed( _ 
   ByVal action As Action _ 
) _
    Implements ActionListener.ActionPerformed
[C#]
public virtual void ActionPerformed(
   Action action
);
[C++]
public: virtual void ActionPerformed(
   Action* action
);
[JScript]
public virtual function ActionPerformed(
   Action action
);

Implements

ActionListener.ActionPerformed

See Also

UIItem Class | White.Core.UIItems Namespace | UIItem.ActionPerformed Overload List