BinLocationCollection..::..RaiseCustomFieldValueChangedEvent Method

Namespace:  JiwaFinancials.Jiwa.JiwaInventory
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public void RaiseCustomFieldValueChangedEvent(
	BinLocation LineItem,
	CustomFieldValue CustomFieldValue
)
Public Sub RaiseCustomFieldValueChangedEvent ( _
	LineItem As BinLocation, _
	CustomFieldValue As CustomFieldValue _
)
public:
void RaiseCustomFieldValueChangedEvent(
	BinLocation^ LineItem, 
	CustomFieldValue^ CustomFieldValue
)