Ejemplo n.º 1
0
 /**
  * Remove an event for update binding progress.
  *
  * @param BindingProgress cEvent - The binding progress delegate event.
  * @return void.
  */
 public void RemoveBindProgressEvent(BindingProgress cEvent)
 {
     m_cBindingProgress -= cEvent;
 }
Ejemplo n.º 2
0
 /**
  * Remove an event for update binding progress.
  *
  * @param BindingProgress cEvent - The binding progress delegate event.
  * @return void.
  */
 public void RemoveBindProgressEvent(BindingProgress cEvent)
 {
     m_cBindingProgress -= cEvent;
 }
Ejemplo n.º 3
0
 /**
  * Add an event for update binding progress.
  *
  * @param BindingProgress cEvent - The binding progress delegate event.
  * @return void.
  */
 public void AddBindProgressEvent(BindingProgress cEvent)
 {
     m_cBindingProgress += cEvent;
 }
Ejemplo n.º 4
0
 /**
  * Add an event for update binding progress.
  *
  * @param BindingProgress cEvent - The binding progress delegate event.
  * @return void.
  */
 public void AddBindProgressEvent(BindingProgress cEvent)
 {
     m_cBindingProgress += cEvent;
 }