Click or drag to resize

ConfigurationStateChangedEventArgs Class

Event arguments for the ConfigurationStateChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Bosch.Vms.CameoSdkConfigurationStateChangedEventArgs

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public class ConfigurationStateChangedEventArgs : EventArgs

The ConfigurationStateChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodConfigurationStateChangedEventArgs Constructor, that initialize server configuration state and server address.
Top
Properties
 NameDescription
Public propertyConfigurationState new(current) server configuration state (readonly).
Public propertyServerAddress Address of the server for which state was changed (readonly).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also