I had to ask I have gone code blind. How do I capture the label information I used when creating a new shapefilefeaturelayer to display on the MouseOver event?
Dim BufferLayer As New ShapeFileFeatureLayer(Application.StartupPath + "\Buffer_50.shp")
Dim BufferTextStyle As New TextStyle("BufferID", New GeoFont("Arial", 10, DrawingFontStyles.Regular), New GeoSolidBrush(GeoColor.StandardColors.DarkOrchid))