com.esri.arcgis.schematic
Class INgProjectEventsBeforeCloseViewEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsBeforeCloseViewEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsBeforeCloseViewEvent
- extends EventObject
Description
The event tells that the view ‘view’ is being closed, and indicates that:
- The INgView Close method has been called; that is the fromAPI parameter returns TRUE,
- The view has been closed by clicking the little cross button in the window upper right-hand corner; that is the fromAPI parameter returns FALSE.
Remarks
For more details on the Schematics events' chaining during the diagram closure, please see the Remarks section available from the INgDiagram Close method help-page.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
INgView.close(),
INgProjectEvents.beforeCloseDiagram(com.esri.arcgis.schematic.INgProjectEventsBeforeCloseDiagramEvent),
Serialized Form
INgProjectEventsBeforeCloseViewEvent
public INgProjectEventsBeforeCloseViewEvent(Object source)
init
public void init(INgView view,
boolean fromAPI)
getView
public final INgView getView()
getFromAPI
public final boolean getFromAPI()