ArcGIS Developer Help  (ESRI.ArcGIS.Geodatabase)  

OnIntersectEventHandler Delegate

Represents the method that handles the OnIntersect event.
[Visual Basic .NET]
Public Delegate Sub OnIntersectEventHandler ( _
    ByVal pDifferenceSurface As ITinSurface _
)
[C#]
public delegate void OnIntersectEventHandler (
    ITinSurface pDifferenceSurface
);