C# Class ComponentFactory.Krypton.Navigator.KryptonPageFlagsEventArgs

Provide a KryptonPageFlags enumeration with event details.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
KryptonPageFlagsEventArgs ( KryptonPageFlags flags ) : System

Initialize a new instance of the KryptonPageFlagsEventArgs class.

Method Details

KryptonPageFlagsEventArgs() public méthode

Initialize a new instance of the KryptonPageFlagsEventArgs class.
public KryptonPageFlagsEventArgs ( KryptonPageFlags flags ) : System
flags KryptonPageFlags KryptonPageFlags enumeration.
Résultat System