Condividi tramite


PackageValidationEventSource.ValidationRequested Evento

Definizione

// Register
event_token ValidationRequested(TypedEventHandler<PackageValidationEventSource, PackageValidationEventArgs const&> const& handler) const;

// Revoke with event_token
void ValidationRequested(event_token const* cookie) const;

// Revoke with event_revoker
PackageValidationEventSource::ValidationRequested_revoker ValidationRequested(auto_revoke_t, TypedEventHandler<PackageValidationEventSource, PackageValidationEventArgs const&> const& handler) const;
public event TypedEventHandler<PackageValidationEventSource,PackageValidationEventArgs> ValidationRequested;
function onValidationRequested(eventArgs) { /* Your code */ }
packageValidationEventSource.addEventListener("validationrequested", onValidationRequested);
packageValidationEventSource.removeEventListener("validationrequested", onValidationRequested);
- or -
packageValidationEventSource.onvalidationrequested = onValidationRequested;
Public Custom Event ValidationRequested As TypedEventHandler(Of PackageValidationEventSource, PackageValidationEventArgs) 

Tipo evento

Si applica a