C# Class ComponentFactory.Krypton.Workspace.KryptonWorkspaceCellDesigner

Inheritance: ComponentFactory.Krypton.Navigator.KryptonNavigatorDesigner
Datei anzeigen Open project: ComponentFactory/Krypton

Protected Methods

Method Description
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void

Occurs when the component is being removed from the designer.

Method Details

OnComponentRemoving() protected method

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