/// <summary> /// Dispatches the <see cref="DisposeFinished" /> event. /// </summary> /// <param name="e">The event arguments.</param> public void NotifyDisposeFinished(DisposeFinishedEventArgs e) { EventHandlerPolicy.SafeInvoke(DisposeFinished, this, e); }