All Frameworks  Class Hierarchy  This Framework  Next  Indexes

ApplicationFrame Notification CATCSOChangeNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---CATCSOChangeNotification
 

Usage: you must use this class as is. You should never derive it.


public class CATCSOChangeNotification

Class representing a notification whose instance is sent when the selection is changed.
Role: An instance of this class is sent by the CATCSO class after the selection is changed. It contains two lists : a list of elements that were removed from the selection and a list of elements that were added to the selection.


Constructor and Destructor Index


o ~CATCSOChangeNotification()

Data Member Index


o Add
List of elements added to the selection.
o Remove
List of elements removed from the selection.

Constructor and Destructor


o ~CATCSOChangeNotification
public virtual ~CATCSOChangeNotification()

Data Members


o Add
  public CATLISTP(CATBaseUnknown) Add
List of elements added to the selection.
Legal values: Each element of the list is a CATPathElement instance.
o Remove
  public CATLISTP(CATBaseUnknown) Remove
List of elements removed from the selection.
Legal values: Each element of the list is a CATPathElement instance.

This object is included in the file: CATCSOChangeNotification.h
If needed, your Imakefile.mk should include the module: CATApplicationFrame

Copyright © 2003, Dassault Systèmes. All rights reserved.