C# Class ComponentFactory.Krypton.Docking.CloseRequestEventArgs

Event arguments for the PageCloseRequest event.
Inheritance: UniqueNameEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System

Initialize a new instance of the CloseRequestEventArgs class.

Method Details

CloseRequestEventArgs() public method

Initialize a new instance of the CloseRequestEventArgs class.
public CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System
uniqueName string Unique name of the page associated with the event.
closeRequest DockingCloseRequest Initial close action to use.
return System