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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnGetOnDemandDataObjectEvent(
	Object sender,
	GetOnDemandDataObjectEventArgs e
)

Parameters

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