ArcFM Desktop Developer Guide
BeforeStopEditing Event


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Event BeforeStopEditing As EventHandler(Of SaveEditEventArgs)
'Usage
 
Dim instance As Editor
Dim handler As EventHandler(Of SaveEditEventArgs)
 
AddHandler instance.BeforeStopEditing, handler
public event EventHandler<SaveEditEventArgs> BeforeStopEditing
Event Data

The event handler receives an argument of type SaveEditEventArgs containing data related to this event. The following SaveEditEventArgs properties provide information specific to this event.

PropertyDescription
EditorGets the editor.  
SaveGets a value indicating whether this SaveEditEventArgs is save.  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Editor Class
Editor Members

 

 


Send Comment