C# Class ComponentFactory.Krypton.Workspace.KryptonWorkspaceCellDesigner

Inheritance: ComponentFactory.Krypton.Navigator.KryptonNavigatorDesigner
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes protégées

Méthode Description
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void

Occurs when the component is being removed from the designer.

Method Details

OnComponentRemoving() protected méthode

Occurs when the component is being removed from the designer.
protected OnComponentRemoving ( object sender, ComponentEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.Design.ComponentEventArgs A ComponentEventArgs containing event data.
Résultat void