Click or drag to resize

OnDemandDataObject.OnMediumSet 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: System.Object
The sender.
e
Type: callback.ShellBoost.Core.OnDemandDataMediumSetEventArgs
The OnDemandDataMediumSetEventArgs instance containing the event data.
See Also