NetworkConnectionStateTrigger Class

Definition

Trigger for switching when the network availability changes

public class NetworkConnectionStateTrigger : Windows.UI.Xaml.StateTriggerBase
type NetworkConnectionStateTrigger = class
    inherit StateTriggerBase
Public Class NetworkConnectionStateTrigger
Inherits StateTriggerBase
Inheritance
Windows.UI.Xaml.StateTriggerBase
NetworkConnectionStateTrigger

Constructors

NetworkConnectionStateTrigger()

Initializes a new instance of the NetworkConnectionStateTrigger class.

Fields

ConnectionStateProperty

Identifies the ConnectionState DependencyProperty

Properties

ConnectionState

Gets or sets the state of the connection to trigger on.

Applies to