Click or drag to resize

OnDemandDataQueryDataEventArgs Constructor

Initializes a new instance of the OnDemandDataQueryDataEventArgs class.

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

Parameters

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