This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.BeforeStopOperation Event (ArcObjects .NET 10.4 SDK) |
Called before a schematic operation is stopped.
[Visual Basic .NET] Public Event BeforeStopOperation As BeforeStopOperationEventHandler
[C#] public event BeforeStopOperationEventHandler BeforeStopOperation
[C++]
HRESULT BeforeStopOperation(
IDisplay* Display,
ISchematicLayer* SchematicLayer
);
[C++]
Parameters Display [in]
Display is a parameter of type IDisplay SchematicLayer [in]
SchematicLayer is a parameter of type ISchematicLayer