DragDropTargetEventArgsOnDemandDataObject Property |
Gets the related on OnDemandDataObject 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 public OnDemandDataObject OnDemandDataObject { get; }
Property Value
Type:
OnDemandDataObject
The related OnDemandDataObject instance or null.
See Also