Click or drag to resize

JamBaseShellListViewOnHandleCreated Method

Handles the OnHandleCreated event and e.g. initializes the image list

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
Contains event information.
See Also