C# Class ComponentFactory.Krypton.Navigator.KryptonPageFlagsEventArgs

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

Public Methods

Method Description
KryptonPageFlagsEventArgs ( KryptonPageFlags flags ) : System

Initialize a new instance of the KryptonPageFlagsEventArgs class.

Method Details

KryptonPageFlagsEventArgs() public method

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