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