Click or drag to resize

SystemListViewOnHandleCreated Method

Preserves the system styles of the ListView if the window handle has been recreated.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnHandleCreated(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
An System.EventArgs that contains the event data.
See Also