Click or drag to resize

OnDemandDataQueryDataEventArgs Constructor

Initializes a new instance of the OnDemandDataQueryDataEventArgs class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OnDemandDataQueryDataEventArgs(
	OnDemandDataFormat format
)

Parameters

format
Type: callback.ShellBoost.CoreOnDemandDataFormat
The format.
Exceptions
ExceptionCondition
ArgumentNullExceptionformat is null.
See Also