com.esri.arcgis.schematic
Class INgProjectEventsIsViewDestroyedByFrameworkEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsIsViewDestroyedByFrameworkEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsIsViewDestroyedByFrameworkEvent
- extends EventObject
Description
The event tells that the view ‘view’ is being destroyed, 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.
By default, if schematic windows are created by Schematics, this event does'nt need to be implemented.
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:
- Serialized Form
INgProjectEventsIsViewDestroyedByFrameworkEvent
public INgProjectEventsIsViewDestroyedByFrameworkEvent(Object source)
init
public void init(INgView view,
boolean fromAPI,
boolean[] destroyByFramework)
getView
public final INgView getView()
getFromAPI
public final boolean getFromAPI()
getDestroyByFramework
public final boolean getDestroyByFramework()
setDestroyByFramework
public final void setDestroyByFramework(boolean destroyByFramework)