Click or drag to resize

OnDemandDataMediumSetEventArgs Constructor

Initializes a new instance of the OnDemandDataMediumSetEventArgs class.

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

Parameters

format
Type: callback.ShellBoost.CoreOnDemandDataFormat
The format.
medium
Type: callback.ShellBoost.CoreOnDemandDataMedium
The medium.
Exceptions
ExceptionCondition
ArgumentNullException format or medium is null.
See Also