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