Click or drag to resize

CustomFileList<T>.OnAddItem 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.Shell.AddFileItemEventArgs
The AddFileItemEventArgs instance containing the event data.
See Also