An NDoc Documented Class Library

ActionListener.ActionPerforming Method 

[Visual Basic]
Sub ActionPerforming( _ 
   ByVal uiItem As UIItem _ 
)
[C#]
void ActionPerforming(
   UIItem uiItem
);
[C++]
void ActionPerforming(
   UIItem* uiItem
);
[JScript]
function ActionPerforming(
   UIItem uiItem
);

See Also

ActionListener Interface | White.Core.UIItems.Actions Namespace