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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OnDemandDataFormat OnDemandDataFormat { get; }

Property Value

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