VpnChannel.ActivityChange Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
No se admite.
// Register
event_token ActivityChange(TypedEventHandler<VpnChannel, VpnChannelActivityEventArgs const&> const& handler) const;
// Revoke with event_token
void ActivityChange(event_token const* cookie) const;
// Revoke with event_revoker
VpnChannel::ActivityChange_revoker ActivityChange(auto_revoke_t, TypedEventHandler<VpnChannel, VpnChannelActivityEventArgs const&> const& handler) const;
public event TypedEventHandler<VpnChannel,VpnChannelActivityEventArgs> ActivityChange;
function onActivityChange(eventArgs) { /* Your code */ }
vpnChannel.addEventListener("activitychange", onActivityChange);
vpnChannel.removeEventListener("activitychange", onActivityChange);
- or -
vpnChannel.onactivitychange = onActivityChange;
Public Custom Event ActivityChange As TypedEventHandler(Of VpnChannel, VpnChannelActivityEventArgs)
Tipo de evento
Requisitos de Windows
Características de aplicaciones |
networkingVpnProvider
|