Example #1
0
 public extern virtual sap.m.MultiInput detachTokenChange(sap.m.TokenChangeDelegate fnFunction, object oListener);
Example #2
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:tokenChange tokenChange} event of this <code>sap.m.Tokenizer</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.Tokenizer</code> itself.
 ///
 /// fired when the tokens aggregation changed (add / remove token)
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <param name="oListener">Context object to call the event handler with. Defaults to this <code>sap.m.Tokenizer</code> itself</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Tokenizer attachTokenChange(sap.m.TokenChangeDelegate fnFunction, object oListener);
Example #3
0
 public extern virtual sap.m.MultiInput attachTokenChange(sap.m.TokenChangeDelegate fnFunction);
Example #4
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:tokenChange tokenChange} event of this <code>sap.m.Tokenizer</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.Tokenizer</code> itself.
 ///
 /// fired when the tokens aggregation changed (add / remove token)
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Tokenizer attachTokenChange(sap.m.TokenChangeDelegate fnFunction);