public Delegate[] CreatedListeners()
 {
     return(Created.GetInvocationList());
 }