VendorSpecificDataEventArgs.EventId property

Gets the event ID for vendor-specific data.

Syntax

public Guid EventId { get; }
Public ReadOnly Property EventId As Guid
public:
property Guid EventId { 
   Guid get();
}

Property value

Type: System.Guid [.NET] | Platform::Guid [C++]

The event ID for vendor-specific data.

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

See also

VendorSpecificDataEventArgs