HTMLEventArgs.browserCommandInput Property
Parent Object: HTMLEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/HTMLEventArgs.h>
Description
When the event is fired from a BrowserCommandInput object, this property returns the specific BrowserCommandInput that caused the event to fire. In all other cases this property returns null.
Syntax
"hTMLEventArgs_var" is a variable referencing a HTMLEventArgs object.
|