Ejemplo n.º 1
0
 public int HasRegisteEventNumber()
 {
     Delegate[] allEvent = valueChanged.GetInvocationList();
     if (allEvent != null && allEvent.Length > 0)
     {
         return(allEvent.Length);
     }
     return(0);
 }