UploadManagerEventArgs Class
Represents the event arguments for the UploadManagerEventHandler.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.TeamFoundation.TestManagement.Client.UploadManagerEventArgs
Syntax
public class UploadManagerEventArgs : EventArgs
public ref class UploadManagerEventArgs : EventArgs
type UploadManagerEventArgs =
class
inherit EventArgs
end
Public Class UploadManagerEventArgs
Inherits EventArgs
Properties
Name | Description | |
---|---|---|
Entry | Gets the log entry for this event. |
|
EventType | Gets the type of this event. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
UploadManagerEventHandler
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top