AcManager.Tools.Managers.AcRootDirectoryEventArgs.AcRootDirectoryEventArgs C# (CSharp) Method

AcRootDirectoryEventArgs() private method

private AcRootDirectoryEventArgs ( string previousValue, string newValue ) : System
previousValue string
newValue string
return System
        internal AcRootDirectoryEventArgs(string previousValue, string newValue) {
            PreviousValue = previousValue;
            NewValue = newValue;
        }
    }
AcRootDirectoryEventArgs