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


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

AfterMoveFeaturesEventHandler Delegate

Represents the method that handles the AfterMoveFeatures event.
[Visual Basic .NET]
Public Delegate Sub AfterMoveFeaturesEventHandler ( _
    ByVal Display As IDisplay, _
    ByVal SchematicLayer As ISchematicLayer, _
    ByVal InMemoryFeatures As IEnumSchematicInMemoryFeature, _
    ByVal Line As ILine _
)
[C#]
public delegate void AfterMoveFeaturesEventHandler (
    IDisplay Display,
    ISchematicLayer SchematicLayer,
    IEnumSchematicInMemoryFeature InMemoryFeatures,
    ILine Line
);