Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Using This Class

The information passed by the Attribute Changed Event component provides an object container for use in attribute linking. The information is stored in the following attributes of the Attribute Changed Event component:

attributeName
is the name of the changed attribute.

value
is the value of the changed attribute. This attribute is a complex attribute whose type is sashelp.classes.type.class, which contains the following attributes:
type represents the type of the attribute value (Character, Numeric, List, Object). Based on the value of type, you can query the appropriate "value" attribute.
characterValue stores the character value if type is "Character".
listValue stores the SCL list if type is "List".
numericValue stores the numeric value if type is "Numeric".
objectValue stores the object identifier if type is "Object".

objectID
is the identifier of the source object whose attribute was changed.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.