/// <summary> /// Detach event-handler <code>fnFunction</code> from the 'dataReceived' 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 detachDataReceived(sap.ui.model.Binding.DataReceivedDelegate fnFunction);
/// <summary> /// Attach event-handler <code>fnFunction</code> to the 'dataReceived' 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 attachDataReceived(sap.ui.model.Binding.DataReceivedDelegate fnFunction, object oListener);