Click or drag to resize

OnDemandDataObjectOnMediumSet Method

Called when a medium is set for this object in a specific format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnMediumSet(
	Object sender,
	OnDemandDataMediumSetEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: callback.ShellBoost.CoreOnDemandDataMediumSetEventArgs
The OnDemandDataMediumSetEventArgs instance containing the event data.
See Also