Event triggered when multiple entities are removed from the collection.
[Visual Basic .NET] |
---|
Public Event OnRemoveMultiple( _ ByVal Sender As IAgEntityCollection, _ ByVal Entities As System.Array _ ) |
[C#] |
---|
public void OnRemoveMultiple( IAgEntityCollection Sender, System.Array Entities ); |
[Managed C++] |
---|
public: void OnRemoveMultiple( IAgEntityCollection ^ Sender, System::Array ^ Entities ); |
[Java] |
---|
public void onRemoveMultiple( IAgEntityCollection Sender, AgSafeArray Entities ); |
[Unmanaged C++] |
---|
public: HRESULT OnRemoveMultiple( IAgEntityCollection * Sender, SAFEARRAY * * Entities ); |
- SenderEntities