Click or drag to resize

OnDemandDataFormatOnAdded 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 virtual void OnAdded(
	OnDemandDataObject dataObject
)

Parameters

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