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 );