OperationEventArgs.Type Property

Gets the type of operation that is starting or has finished.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Type As OperationEventType
public OperationEventType Type { get; }
public:
property OperationEventType Type {
    OperationEventType get ();
}
member Type : OperationEventType with get
function get Type () : OperationEventType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.OperationEventType
The type of operation that is starting or has finished.

.NET Framework Security

See Also

Reference

OperationEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace