Softelvdm.Controls Class Library for Windows Controls 1.0

OnContentChanged Method, GenericPartClass Class

Softel vdm, Inc.

Called when the contents of the part changed.

Syntax      GenericPartClass Class (Softelvdm.Controls)

VB   

Protected Overridable Sub OnContentChanged( ByVal fResize As Boolean )

C#   

protected virtual void OnContentChanged( bool fResize );

C++   

protected: virtual void OnContentChanged( bool fResize );

fResize

Defines whether the change also resized the part .

Comments

The OnContentChanged method is called when the contents of the part changed.

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

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com