Packagecom.adobe.portfolio.api
Classpublic class FieldValueChangedEvent
InheritanceFieldValueChangedEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

This event is dispatched when the value of an IAttachment instance's schema field changes.

See also

IAttachment


Public Properties
 PropertyDefined By
  fieldName : String
The name of the schema field that changed.
FieldValueChangedEvent
  isPrefix : Boolean
Indicates whether the change was applied to the actual value of the schema field itself (false), or was applied to the field's prefix (true).
FieldValueChangedEvent
Public Constants
 ConstantDefined By
  FIELD_VALUE_CHANGED : String = fieldValueChanged
[static] Defines the value of the type property of the Event object for a fieldValueChanged event.
FieldValueChangedEvent
Property Detail
fieldNameproperty
public var fieldName:String

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The name of the schema field that changed.

isPrefixproperty 
public var isPrefix:Boolean

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates whether the change was applied to the actual value of the schema field itself (false), or was applied to the field's prefix (true). A schema-field user interface may not handle prefixes, so it is likely to ignore the event when this property is true.

Constant Detail
FIELD_VALUE_CHANGEDConstant
public static const FIELD_VALUE_CHANGED:String = fieldValueChanged

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Defines the value of the type property of the Event object for a fieldValueChanged event.