Miner.Geodatabase.Edit Namespace > Editor Class : OnRelationshipCreated Event |
'Declaration
Public Event OnRelationshipCreated As System.EventHandler(Of EditRelationshipEventArgs)
'Usage
Dim instance As Editor Dim handler As System.EventHandler(Of EditRelationshipEventArgs) AddHandler instance.OnRelationshipCreated, handler
public event System.EventHandler<EditRelationshipEventArgs> OnRelationshipCreated
public event OnRelationshipCreated: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event System.EventHandler<EditRelationshipEventArgs*>* OnRelationshipCreated
public: event System.EventHandler<EditRelationshipEventArgs^>^ OnRelationshipCreated
The event handler receives an argument of type EditRelationshipEventArgs containing data related to this event. The following EditRelationshipEventArgs properties provide information specific to this event.
Property | Description |
---|---|
EditedObject | Gets the edited object. |
Editor | Gets the editor. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2