Event triggered when an entity is added to the collection.
[Visual Basic .NET] |
---|
Public Event OnAdd( _ ByVal Sender As IAgEntityCollection, _ ByVal Entity As IAgEntity _ ) |
[C#] |
---|
public void OnAdd( IAgEntityCollection Sender, IAgEntity Entity ); |
[Managed C++] |
---|
public: void OnAdd( IAgEntityCollection ^ Sender, IAgEntity ^ Entity ); |
[Java] |
---|
public void onAdd( IAgEntityCollection Sender, IAgEntity Entity ); |
[Unmanaged C++] |
---|
public: HRESULT OnAdd( IAgEntityCollection * Sender, IAgEntity * Entity ); |
- SenderEntity