コード例 #1
0
ファイル: ComboBox.cs プロジェクト: emumanu/OpenUI5Sharp
 /// <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);
コード例 #2
0
ファイル: SelectList.cs プロジェクト: emumanu/OpenUI5Sharp
 /// <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);
コード例 #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);