C# Class ComponentFactory.Krypton.Docking.UniqueNamesEventArgs

Event arguments for events that need to provide a set of unique names.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
UniqueNamesEventArgs ( string uniqueNames ) : System

Initialize a new instance of the UniqueNamesEventArgs class.

Method Details

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