com.esri.arcgis.geodatabase
Class IRelationshipClassEventsOnDeleteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.geodatabase.IRelationshipClassEventsOnDeleteEvent
All Implemented Interfaces:
Serializable

public class IRelationshipClassEventsOnDeleteEvent
extends EventObject

Description

OnDelete is fired if you delete a simple or attributed relationship in one of the following ways:

Note that one can also create and delete relationships implicitly by directly using put_Value to set the origin foreign key field inside the destination object in the case of a simple relationship class. However, no events in IRelationshipClassEvents will be fired if the user does this (for eg. uses the Table document to directly set foreign key values in the destination object).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IRelationshipClassEventsOnDeleteEvent(Object source)
           
 
Method Summary
 IRelationship getRel()
           
 void init(IRelationship rel)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IRelationshipClassEventsOnDeleteEvent

public IRelationshipClassEventsOnDeleteEvent(Object source)
Method Detail

init

public void init(IRelationship rel)

getRel

public final IRelationship getRel()