Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

OnContentChanged Method, GenericPartClass Class

Called when the contents of the part changed.

Class: GenericPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

protected virtual void OnContentChanged( bool fResize );
Protected Overridable Sub OnContentChanged( ByVal fResize As Boolean )

Parameters

fResize

Defines whether the change also resized the part .

Comments

Called when the contents of the part changed.

Derived classes should make sure to always call the base implementation when overriding this method.

See Also GenericPartClass Class | Classes | SftTree/NET 2.0