ArcGIS Developer Help  (ESRI.ArcGIS.Editor)  

OnDeactivateEventHandler Delegate

Represents the method that handles the OnDeactivate event.
[Visual Basic .NET]
Public Delegate Sub OnDeactivateEventHandler ( _
)
[C#]
public delegate void OnDeactivateEventHandler (
);