Пример #1
0
 /// <summary>
 /// Raises the <see cref="E:StopWithCustomEventArgs" /> event.
 /// </summary>
 /// <param name="e">The <see cref="ManagerEventStateEventArgs" /> instance containing the event data.</param>
 protected virtual void OnStopWithCustomEventArgs(ManagerEventStateEventArgs e)
 {
     RaiseEvent(mEventStopDelegate, this, e);
 }
Пример #2
0
 /// <summary>
 /// Raises the <see cref="E:StopWithCustomEventArgs" /> event.
 /// </summary>
 /// <param name="e">The <see cref="ManagerEventStateEventArgs" /> instance containing the event data.</param>
 protected virtual void OnStopWithCustomEventArgs(ManagerEventStateEventArgs e)
 {
     RaiseEvent(mEventStopDelegate, this, e);
 }