/// <summary> /// Fires event {@link #event:stepActivate stepActivate} to attached listeners. /// </summary> /// <param name="mParameters">Parameters to pass along with the event</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.Wizard fireStepActivate(sap.m.IndexInfo mParameters);
/// <summary> /// Fires event {@link #event:close close} to attached listeners. /// </summary> /// <param name="mParameters">Parameters to pass along with the event</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.ui.commons.TabStrip fireClose(sap.m.IndexInfo mParameters);