Click or drag to resize

OnDemandDataMediumSetEventArgs Class

Provides data for the MediumSet event of the OnDemandDataObject type.
Inheritance Hierarchy

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class OnDemandDataMediumSetEventArgs : CancelEventArgs

The OnDemandDataMediumSetEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOnDemandDataMediumSetEventArgs
Initializes a new instance of the OnDemandDataMediumSetEventArgs class.
Top
Properties
  NameDescription
Public propertyFormat
Gets the format.
Public propertyMedium
Gets the medium.
Top
See Also