ComponentFactory.Krypton.Docking.UniqueNamesEventArgs.UniqueNamesEventArgs C# (CSharp) Méthode

UniqueNamesEventArgs() public méthode

Initialize a new instance of the UniqueNamesEventArgs class.
public UniqueNamesEventArgs ( string uniqueNames ) : System
uniqueNames string Array of unique names.
Résultat System
        public UniqueNamesEventArgs(string[] uniqueNames)
        {
            _uniqueNames = uniqueNames;
        }
UniqueNamesEventArgs