Click or drag to resize

PostModifyGroup

This topic describes the ShipExec Server PostModifyGroup Rule

A business rule hook that fires after the ModifyGroup event

Sample PostModifyGroup Rule
C#
public void PostModifyGroup(string carrier, Group group, string groupType, SerializableDictionary userParams)
{

}
See Also