An NDoc Documented Class Library

CustomCommandInterceptor Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal uiItem As UIItem _ 
)
[C#]
public CustomCommandInterceptor(
   UIItem uiItem
);
[C++]
public: CustomCommandInterceptor(
   UIItem* uiItem
);
[JScript]
public function CustomCommandInterceptor(
   UIItem uiItem
);

See Also

CustomCommandInterceptor Class | White.Core.CustomCommands Namespace