Click or drag to resize

ShellDataObjectFormatOnDemandDataFormat Property

Gets the related OnDemandDataFormat instance. Only valid (not null) if a custom OnDemandDataObject instance was provided on OnGetOnDemandDataObjectEvent.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public OnDemandDataFormat OnDemandDataFormat { get; }

Property Value

Type: OnDemandDataFormat
The related OnDemandDataFormat instance or null.
See Also