Fired when a map document is edited.
| [Visual Basic .NET] |
|---|
Public Event OnMapDocumentEdited( _
ByVal Renderer As AgEsri3dRenderer _
)
|
| [C#] |
|---|
public void OnMapDocumentEdited(
|
| [Managed C++] |
|---|
public: void OnMapDocumentEdited(
|
| [Java] |
|---|
public onMapDocumentEdited(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnMapDocumentEdited(
|
- Renderer
- The source of the event.
This event is raised after editing a map
document (i.e. as the result of the call to the StopMapEditing
method).