Click or drag to resize

OnDemandDataMediumGetEventArgs Constructor

Initializes a new instance of the OnDemandDataMediumGetEventArgs class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public OnDemandDataMediumGetEventArgs(
	OnDemandDataObject dataObject,
	OnDemandDataFormat format
)

Parameters

dataObject
Type: ShellBoost.CoreOnDemandDataObject
The data object.
format
Type: ShellBoost.CoreOnDemandDataFormat
The format.
Exceptions
ExceptionCondition
ArgumentNullException dataObject or format is null.
See Also