C# Class ComponentFactory.Krypton.Navigator.KryptonPageCancelEventArgs

Details for page related events that can be cancelled.
Inheritance: KryptonPageEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
KryptonPageCancelEventArgs ( KryptonPage page, int index ) : System

Initialize a new instance of the KryptonCancelPageEventArgs class.

Method Details

KryptonPageCancelEventArgs() public méthode

Initialize a new instance of the KryptonCancelPageEventArgs class.
public KryptonPageCancelEventArgs ( KryptonPage page, int index ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
Résultat System