/// <summary> /// Raises the <see cref="E:OptionLoadedEvent"/> event. /// </summary> /// <param name="e">The <see cref="Gean.Option.OptionLoadedEventArgs"/> instance containing the event data.</param> protected virtual void OnOptionLoaded(OptionLoadedEventArgs e) { if (OptionLoadedEvent != null) { OptionLoadedEvent(this, e); } }
private void OnOptionLoaded(OptionLoadedEventArgs e) { if (OptionLoadedEvent != null) { OptionLoadedEvent(this, e); } }
private void OnOptionLoaded(OptionLoadedEventArgs e) { if (OptionLoadedEvent != null) OptionLoadedEvent(this, e); }