MaxCustomControls::IDynamicActionCreator Interface Reference


Detailed Description

Notifies 3ds Max that a new ActionItem was created dynamically after the application initialization phase and must be published in the CUI system.

To publish dynamic events from a managed plug-in placed in bin, create a public concrete singleton class implementing IDynamicActionCreator. The plug-in loading system will listen for ActionItemCreated events, and register the ICuiAction instance from the ActionItemEventArgs into 3ds Max's action manager.

List of all members.

Events

EventHandler< ActionItemEventArgs ActionItemCreated
  Fires when a new ActionItem is instantiated to signal the plug-in loader to register it within the CUI action manager.

Event Documentation

EventHandler<ActionItemEventArgs> MaxCustomControls::IDynamicActionCreator::ActionItemCreated

Fires when a new ActionItem is instantiated to signal the plug-in loader to register it within the CUI action manager.