コード例 #1
0
 /// <summary>
 /// Dispatches the <see cref="ExploreStarted" /> event.
 /// </summary>
 /// <param name="e">The event arguments.</param>
 public void NotifyExploreStarted(ExploreStartedEventArgs e)
 {
     EventHandlerPolicy.SafeInvoke(ExploreStarted, this, e);
 }
コード例 #2
0
 /// <summary>
 /// Dispatches the <see cref="ExploreStarted" /> event.
 /// </summary>
 /// <param name="e">The event arguments.</param>
 public void NotifyExploreStarted(ExploreStartedEventArgs e)
 {
     EventHandlerPolicy.SafeInvoke(ExploreStarted, this, e);
 }