Click or drag to resize

OnDemandDataFormatOnAdded Method

Called when this is added to a data object.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnAdded(
	OnDemandDataObject dataObject
)

Parameters

dataObject
Type: callback.ShellBoost.CoreOnDemandDataObject
The data object instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataObject is null.
See Also