Ejemplo n.º 1
0
 /// <summary>
 /// Fires event {@link #event:selectionChange selectionChange} 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.ComboBox fireSelectionChange(sap.m.SelectionChangeInfo mParameters);
Ejemplo n.º 2
0
 /// <summary>
 /// Fires event {@link #event:selectionChange selectionChange} 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.SelectList fireSelectionChange(sap.m.SelectionChangeInfo mParameters);
Ejemplo n.º 3
0
 /// <summary>
 /// Fires event {@link #event:change change} 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.semantic.SemanticSelect fireChange(sap.m.SelectionChangeInfo mParameters);