SccStatusChangedEventArgs Class

Definition

Describes SCC status changes for items (files or folders).

public ref class SccStatusChangedEventArgs : EventArgs
public class SccStatusChangedEventArgs : EventArgs
type SccStatusChangedEventArgs = class
    inherit EventArgs
Public Class SccStatusChangedEventArgs
Inherits EventArgs
Inheritance
SccStatusChangedEventArgs

Constructors

SccStatusChangedEventArgs(String, IReadOnlyCollection<String>)

Properties

ChangedItems

Changed files (optional – can be null in which case everything under ChangeRoot should be considered changed).

ChangeRoot

root folder that enclose all changes. It can be a repo root. If scoped down can optimize the user workload. If this value is null (or empty) ChangedItems is ignored, and it means every item (potentially across multiple repos may changed.

Applies to