RecordLimitationExceededEventHandler Delegado

Definición

Representa el método que controlará RecordLimitationExceeded y los eventos relacionados.

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)

Parámetros

sender
MediaCapture

Objeto en que está asociado el controlador de eventos.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Se aplica a