Click or drag to resize

ShellFolderOnGetOnDemandDataObjectEvent Method

Called when an on-demand data object is requested for a shell item. If this method is overriden and sets a valid OnDemandDataObject instance, OnGetDataObjectEvent will not be called.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnGetOnDemandDataObjectEvent(
	Object sender,
	GetOnDemandDataObjectEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: callback.ShellBoost.CoreGetOnDemandDataObjectEventArgs
The GetOnDemandDataObjectEventArgs instance containing the event data.
See Also