Пример #1
0
 /// <summary>
 /// Detach event-handler <code>fnFunction</code> from the 'DataStateChange' event of this <code>sap.ui.model.Binding</code>.<br/>
 /// </summary>
 /// <param name="fnFunction">The function to call, when the event occurs.</param>
 public extern virtual void detachDataStateChange(sap.ui.model.Binding.DataStateChangeDelegate fnFunction);
Пример #2
0
 /// <summary>
 /// Attach event-handler <code>fnFunction</code> to the 'DataStateChange' event of this <code>sap.ui.model.Binding</code>.<br/>
 /// </summary>
 /// <param name="fnFunction">The function to call, when the event occurs.</param>
 /// <param name="oListener">object on which to call the given function.</param>
 public extern virtual void attachDataStateChange(sap.ui.model.Binding.DataStateChangeDelegate fnFunction, object oListener);