VpnChannel.ActivityChange Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Non supportato.
// 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 evento
Requisiti Windows
Funzionalità dell'app |
networkingVpnProvider
|