C# Class ComponentFactory.Krypton.Navigator.KryptonPageCancelEventArgs

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

Public Methods

Method Description
KryptonPageCancelEventArgs ( KryptonPage page, int index ) : System

Initialize a new instance of the KryptonCancelPageEventArgs class.

Method Details

KryptonPageCancelEventArgs() public method

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.
return System