NavigationEventArgs.browserCommandInput Property
Parent Object: NavigationEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/NavigationEventArgs.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
"navigationEventArgs_var" is a variable referencing a NavigationEventArgs object.
|