Called before a schematic operation is stopped.
[Visual Basic 6.0] Event BeforeStopOperation(
ByVal Display As IDisplay, _
ByVal SchematicLayer As ISchematicLayer _
)
[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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.