System.Diagnostics.Tracing.EventCommandEventArgs
namespace System.Diagnostics.Tracing
{
public class EventCommandEventArgs : EventArgs
{
public IDictionary<string, string> Arguments { get; }
public EventCommand Command { get; }
public bool DisableEvent(int eventId);
public bool EnableEvent(int eventId);
}
}