ArcGIS Developer Help  (ESRI.ArcGIS.CadastralUI)  

PlanSelectionChangedEventHandler Delegate

Represents the method that handles the PlanSelectionChanged event.
[Visual Basic .NET]
Public Delegate Sub PlanSelectionChangedEventHandler ( _
    ByVal pPlans As IEnumGSPlans _
)
[C#]
public delegate void PlanSelectionChangedEventHandler (
    IEnumGSPlans pPlans
);