This document is archived and information here might be outdated.  Recommended version.


OnHookUpdatedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnHookUpdatedEventHandler Delegate

Represents the method that handles the OnHookUpdated event.
[Visual Basic .NET]
Public Delegate Sub OnHookUpdatedEventHandler ( _
    ByVal hookEvent As esriHookHelperEvents _
)
[C#]
public delegate void OnHookUpdatedEventHandler (
    esriHookHelperEvents hookEvent
);