Miner.Geodatabase Assembly > Miner.Geodatabase.Edit Namespace > Editor Class : OnStopEditing Event |
'Declaration Public Event OnStopEditing As EventHandler(Of SaveEditEventArgs)
'Usage Dim instance As Editor Dim handler As EventHandler(Of SaveEditEventArgs) AddHandler instance.OnStopEditing, handler
public event EventHandler<SaveEditEventArgs> OnStopEditing
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.
Property | Description |
---|---|
Editor | Gets the editor. |
Save | Gets a value indicating whether this SaveEditEventArgs is save. |
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.