C# Class ComponentFactory.Krypton.Navigator.PageDropEventArgs

Details for an event that indicates a page is being dropped.
Inheritance: CancelEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
PageDropEventArgs ( KryptonPage page ) : System

Initialize a new instance of the PageDropEventArgs class.

Method Details

PageDropEventArgs() public méthode

Initialize a new instance of the PageDropEventArgs class.
public PageDropEventArgs ( KryptonPage page ) : System
page KryptonPage Page that is being dropped.
Résultat System