Click or drag to resize
CollectionChangedEventArgs Class
Provides data for the Changed event on various collections.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.RobotStudioCollectionChangedEventArgs

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class CollectionChangedEventArgs : EventArgs

The CollectionChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCollectionChangedEventArgs
Initializes a new instance of the CollectionChangedEventArgs.
Top
Properties
  NameDescription
Public propertyFirstAffectedIndex
Gets the zero-based index of the first object that was added or removed.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also