示例#1
0
 /// <summary>
 /// Adds an event handler to the invocation list of the current event as a dispatched event handler.
 /// </summary>
 /// <param name="handler">
 /// The event handler to add as dispatched event handler.
 /// </param>
 public void AddDispatched(T handler)
 {
     DispatchedEventHelper.AddNotDispatched(this, ref m_handlers, handler);
 }