Click or drag to resize

CustomFileListTOnAddItem Method

Raises the AddItem event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual void OnAddItem(
	AddFileItemEventArgs p_EventArgs
)

Parameters

p_EventArgs
Type: Jam.ShellAddFileItemEventArgs
The AddFileItemEventArgs instance containing the event data.
See Also