VendorSpecificDataEventArgs class

Provides data for the vendor-specific events.

Syntax

public sealed class VendorSpecificDataEventArgs
Public NotInheritable Class VendorSpecificDataEventArgs
public ref class VendorSpecificDataEventArgs sealed 

Members

The VendorSpecificDataEventArgs class has these types of members:

  • Properties

Properties

The VendorSpecificDataEventArgs class has these properties.

Property Access type Description

Data

Read-only

Gets vendor-specific data.

EventId

Read-only

Gets the event ID for vendor-specific data.

 

Remarks

Reserved for future use.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

Attributes

[Deprecated()]

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

[WebHostHidden()]

See also

Object