Example #1
0
 public void remove_LoginURLListUpdated(LoginURLListUpdatedEventHandler handler1)
 {
     this.LoginURLListUpdatedEvent = (LoginURLListUpdatedEventHandler)Delegate.Remove(this.LoginURLListUpdatedEvent, handler1);
 }
Example #2
0
 public void add_LoginURLListUpdated(LoginURLListUpdatedEventHandler handler1)
 {
     this.LoginURLListUpdatedEvent = (LoginURLListUpdatedEventHandler)Delegate.Combine(this.LoginURLListUpdatedEvent, handler1);
 }