Symphony Framework
GetFieldNotifyState Method
Symphony.Conductor.Model Namespace > DataObjectBase Class : GetFieldNotifyState Method
Pass in the field index number.
Return the Notify state of the field defined by the passed index.
Syntax
public UpdateSourceTrigger GetFieldNotifyState( 
   int fieldIndex
)

Parameters

fieldIndex
Pass in the field index number.
Remarks
This method will return the fields Notify state given the field index number. This property can be data bound to the UpdateSourceTrigger property of the data binding of the associated field. It allows you to configure how and when the property changed event will be raised.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataObjectBase Class
DataObjectBase Members