Click or drag to resize

OnDemandDataObjectOnQueryData Method

Called when a format is queried for.

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

Parameters

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