RecordLimitationExceededEventHandler Délégué

Définition

Représente la méthode qui gérera RecordLimitationExceeded et les événements associés.

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)

Paramètres

sender
MediaCapture

Objet où le gestionnaire d’événements est attaché.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

S’applique à