Click or drag to resize

OnDemandDataObjectOnMediumSet Method

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

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

Parameters

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