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
System_CAPS_pubproperty Entry

Gets the log entry for this event.

System_CAPS_pubproperty EventType

Gets the type of this event.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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