ShellSystemListOnResize Method |
This method overrides OnResize to also notify the com object (shellview) if
the component was resized.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 6.4
Syntaxprotected override void OnResize(
EventArgs e
)
Protected Overrides Sub OnResize (
e As EventArgs
)
protected:
virtual void OnResize(
EventArgs^ e
) override
abstract OnResize :
e : EventArgs -> unit
override OnResize :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
The event arguments
See Also