2 instantiations of PluginEventArgs
NuGet.Protocol (2)
Plugins\Plugin.cs (2)
221
Exited?.Invoke(this, new
PluginEventArgs
(this));
231
Idle?.Invoke(this, new
PluginEventArgs
(this));
5 references to PluginEventArgs
NuGet.Protocol (5)
Plugins\Plugin.cs (2)
38
public event EventHandler<
PluginEventArgs
> Exited;
48
public event EventHandler<
PluginEventArgs
> Idle;
Plugins\PluginEventArgs.cs (1)
21
/// Instantiates a new <see cref="
PluginEventArgs
" /> class.
Plugins\PluginFactory.cs (2)
418
private void OnPluginExited(object sender,
PluginEventArgs
e)
423
private void OnPluginIdle(object sender,
PluginEventArgs
e)