Life Cycle of a Plug-in Wrapper

The plug-in wrapper uses methods in the following sequence:

  1. ShowUI. Performs show related activities for a control. For more information see ShowUI Method.

  2. BindEvents. Attaches events to the DOM instance of the control. For more information see BindEvents Method.

  3. BindData. Initializes data to the DOM instance of the control. For more information see BindData Method.

  4. EndLife. Ends the life of the Plug-in Wrapper. For more information see EndLife Method.