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


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

BeforeRemoveFeatureEventHandler Delegate

Represents the method that handles the BeforeRemoveFeature event.
[Visual Basic .NET]
Public Delegate Sub BeforeRemoveFeatureEventHandler ( _
    ByVal InMemoryFeature As ISchematicInMemoryFeature, _
    ByRef CanRemove As Boolean _
)
[C#]
public delegate void BeforeRemoveFeatureEventHandler (
    ISchematicInMemoryFeature InMemoryFeature,
    ref bool CanRemove
);