Home
Up
Groups
TrafficBarrierQuantity
BridgeGrateInletQuantity
RetainingWallQuantity
SuperstructureMass
SuperstructureMassEpoxy
SubstructureMass
SubstructureMassEpoxy
Status
Project
JobNumber
Engineer
Company
Comments
OnBarRecordAdded
OnBarRecordChanged
OnBarRecordRemoved
OnBarRecordsSorted
OnBarRecordMoved
OnGroupAdded
OnGroupChanged
OnGroupRemoved
OnGroupMoved
OnNotIncludedQuantitiesChanged

Barlist.OnBarRecordsSorted

Fires when the bar records within a group are sorted

Syntax

handler_OnBarRecordsSorted(group)

Parameters

group

Group that had its bar records sorted

Returns

None

Example

In this example, a message is displayed when bar records are sorted.

Dim With Events barlist as Barlist
Set barlist = new Barlist
...
Private Sub barlist_OnBarRecordsSorted(ByVal group as Group)
   MsgBox "The bar records for Group " + group.Name + " were sorted"
End Sub

 

Copyright © 1999, Washington State Department of Transportation