An NDoc Documented Class Library

CustomUIItem.ActionPerforming Method 

[Visual Basic]
Overrides Public Sub ActionPerforming( _ 
   ByVal uiItem As UIItem _ 
) _
    Implements ActionListener.ActionPerforming
[C#]
public override void ActionPerforming(
   UIItem uiItem
);
[C++]
public: void ActionPerforming(
   UIItem* uiItem
);
[JScript]
public override function ActionPerforming(
   UIItem uiItem
);

Implements

ActionListener.ActionPerforming

See Also

CustomUIItem Class | White.Core.UIItems.Custom Namespace