Click or drag to resize

ShellFolder.OnGetOnDemandDataObjectEvent 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: System.Object
The sender.
e
Type: callback.ShellBoost.Core.GetOnDemandDataObjectEventArgs
The GetOnDemandDataObjectEventArgs instance containing the event data.
See Also