Click or drag to resize

CustomFileListTOnAddItem Method

Raises the AddItem event.

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

Parameters

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