Microsoft.R.Editor.Tree.TreeUpdatePendingEventArgs.TreeUpdatePendingEventArgs C# (CSharp) Method

TreeUpdatePendingEventArgs() public method

public TreeUpdatePendingEventArgs ( IReadOnlyCollection textChanges ) : System
textChanges IReadOnlyCollection
return System
        public TreeUpdatePendingEventArgs(IReadOnlyCollection<TextChangeEventArgs> textChanges) {
            TextChanges = textChanges;
        }
    }
TreeUpdatePendingEventArgs