|
|
|
OnContentChanged Method, GenericPartClass Class |
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