Home
Up
Count
Item
Add
Move
MoveUp
MoveDown
Remove
OnBarRecordAdded
OnBarRecordChanged
OnBarRecordRemoved
OnBarRecordsSorted
OnBarRecordMoved
OnGroupAdded
OnGroupChanged
OnGroupRemoved
OnGroupMoved

GroupCollection.OnGroupRemoved

Fires when a group is removed from this collection

Syntax

handler_OnGroupRemoved(name)

Parameters

name

Name of the group that was removed

Returns

None

Example

In this example, a message is displayed when a group is removed from this collection

Dim With Events groups As GroupCollection
Set groups = barlist.Groups
...
Private Sub groups_OnGroupRemoved(ByVal name as String)
   MsgBox "Group " + group.Name + " was removed"
End Sub

 

Copyright © 1999, Washington State Department of Transportation