Click or drag to resize

IScriptingEventsOnProjectMemberFieldChanged Method

FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city'

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnProjectMemberFieldChanged(
	string fullFieldName
)

Parameters

fullFieldName
Type: SystemString
This gives you the table.fieldname of field that's changed.
Examples
VB
sub OnProjectMemberFieldChanged(fieldname)
    somessagebox "OnProjectMemberFieldChanged " & fieldname
end sub
See Also