Represents the method that handles the ParcelSelectionChanged event.
[Visual Basic .NET] Public Delegate Sub ParcelSelectionChangedEventHandler ( _ ByVal pParcels As IEnumGSParcels _ )
[C#] public delegate void ParcelSelectionChangedEventHandler ( IEnumGSParcels pParcels );