RecordLimitationExceededEventHandler Delegasikan

Definisi

Mewakili metode yang akan menangani RecordLimitationExceeded dan peristiwa terkait.

public delegate void RecordLimitationExceededEventHandler(MediaCapture ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1068404526, 20449, 20477, 170, 186, 225, 241, 51, 125, 78, 83)]
class RecordLimitationExceededEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1068404526, 20449, 20477, 170, 186, 225, 241, 51, 125, 78, 83)]
public delegate void RecordLimitationExceededEventHandler(MediaCapture sender);
var recordLimitationExceededEventHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub RecordLimitationExceededEventHandler(sender As MediaCapture)

Parameter

sender
MediaCapture

Objek tempat penanganan aktivitas dilampirkan.

Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 (diperkenalkan dalam 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v1.0)

Berlaku untuk