Click or drag to resize

OnDemandFileDescriptorsDataFormatOnAdded Method

Called when this is added to a data object.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected override void OnAdded(
	OnDemandDataObject dataObject
)

Parameters

dataObject
Type: ShellBoost.CoreOnDemandDataObject
The data object instance.
See Also