RecordLimitationExceededEventHandler delegate

This topic has not yet been rated - Rate this topic

Represents the method that will handle RecordLimitationExceeded and related events.

Syntax


var recordLimitationExceededEventHandler = function(sender) {
 /* Your code */
}

Attributes

GuidAttribute("3fae8f2e-4fe1-4ffd-aaba-e1f1337d4e53")
VersionAttribute(NTDDI_WIN8)

Parameters

sender

Type: MediaCapture

The object where the event handler is attached.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.