C# Class ComponentFactory.Krypton.Docking.CancelUniqueNameEventArgs

Event arguments for events that need to provide a unique name but can be cancelled.
Inheritance: UniqueNameEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
CancelUniqueNameEventArgs ( string uniqueName, bool cancel ) : System

Initialize a new instance of the CancelUniqueNameEventArgs class.

Method Details

CancelUniqueNameEventArgs() public méthode

Initialize a new instance of the CancelUniqueNameEventArgs class.
public CancelUniqueNameEventArgs ( string uniqueName, bool cancel ) : System
uniqueName string Unique name of page.
cancel bool Initial value for the cancel property.
Résultat System