Click or drag to resize

OnDemandDataMediumSetEventArgs Constructor

Initializes a new instance of the OnDemandDataMediumSetEventArgs class.

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

Parameters

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