C# Class ComponentFactory.Krypton.Navigator.CloseActionEventArgs

Details for a close button action event.
Inheritance: KryptonPageEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
CloseActionEventArgs ( KryptonPage page, int index, CloseButtonAction action ) : System

Initialize a new instance of the CloseActionEventArgs class.

Method Details

CloseActionEventArgs() public method

Initialize a new instance of the CloseActionEventArgs class.
public CloseActionEventArgs ( KryptonPage page, int index, CloseButtonAction action ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
action CloseButtonAction Close action to take.
return System