TwclNlmNetworkPropertyChange Enumeration

The enumeration defines changes made to the properties of a network.

Namespace: wclNlm
type
 TwclNlmNetworkPropertyChange = (
 nlmNetworkChangeConnection,
 nlmNetworkChangeDescription,
 nlmNetworkChangeName,
 nlmNetworkChangeIcon,
 nlmNetworkChangeCategoryValue
 );

The TwclNlmNetworkPropertyChange type exposes the following members.

Show:
 NameDescription
nlmNetworkChangeCategoryValue

The category of the network has changed.

nlmNetworkChangeConnection

A connection to this network has been added or removed.

nlmNetworkChangeDescription

The description of the network has changed.

nlmNetworkChangeIcon

The icon of the network has changed.

nlmNetworkChangeName

The name of the network has changed.

Top