/// <summary> /// Handles raising the ScopeRendered event. /// </summary> /// <param name="e">The event arguments.</param> protected virtual void OnScopeRendered(RenderedScopeEventArgs e) { EventHandler <RenderedScopeEventArgs> handler = ScopeRendered; if (handler != null) { handler(this, e); } }
/// <summary> /// Handles raising the ScopeRendered event. /// </summary> /// <param name="e">The event arguments.</param> protected virtual void OnScopeRendered(RenderedScopeEventArgs e) { EventHandler<RenderedScopeEventArgs> handler = ScopeRendered; if (handler != null) handler(this, e); }