C# Class ComponentFactory.Krypton.Docking.UniqueNamesEventArgs

Event arguments for events that need to provide a set of unique names.
Inheritance: System.EventArgs
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
UniqueNamesEventArgs ( string uniqueNames ) : System

Initialize a new instance of the UniqueNamesEventArgs class.

Method Details

UniqueNamesEventArgs() public method

Initialize a new instance of the UniqueNamesEventArgs class.
public UniqueNamesEventArgs ( string uniqueNames ) : System
uniqueNames string Array of unique names.
return System