4 types derived from DataCollectionEventArgs
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
DataCollector\Events\SessionEvents.cs (2)
16public sealed class SessionStartEventArgs : DataCollectionEventArgs 102public sealed class SessionEndEventArgs : DataCollectionEventArgs
DataCollector\Events\TestCaseEvents.cs (1)
15public abstract class TestCaseEventArgs : DataCollectionEventArgs
DataCollector\Events\TestHostLaunchedEvent.cs (1)
12public sealed class TestHostLaunchedEventArgs : DataCollectionEventArgs
8 references to DataCollectionEventArgs
Microsoft.VisualStudio.TestPlatform.Common (8)
DataCollection\DataCollectionManager.cs (1)
609private void SendEvent(DataCollectionEventArgs args)
DataCollection\TestPlatformDataCollectionEvents.cs (7)
45private delegate void EventInvoker(DataCollectionEventArgs e); 78internal void RaiseEvent(DataCollectionEventArgs e) 126private void OnTestHostLaunched(DataCollectionEventArgs e) 137private void OnSessionStart(DataCollectionEventArgs e) 148private void OnSessionEnd(DataCollectionEventArgs e) 159private void OnTestCaseStart(DataCollectionEventArgs e) 170private void OnTestCaseEnd(DataCollectionEventArgs e)