Click or drag to resize

OnDemandDataMediumGetEventArgs Class

Provides data for the MediumGet event of the OnDemandDataFormat type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.CoreOnDemandDataMediumGetEventArgs

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

The OnDemandDataMediumGetEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOnDemandDataMediumGetEventArgs
Initializes a new instance of the OnDemandDataMediumGetEventArgs class.
Top
Properties
  NameDescription
Public propertyDataObject
Gets the data object.
Public propertyFormat
Gets the format.
Public propertyMedium
Gets or sets the medium.
Top
See Also