Event triggered when all entities are removed from the collection.
[Visual Basic .NET] |
---|
Public Event OnRemoveAll( _ ByVal Sender As IAgEntityCollection _ ) |
[C#] |
---|
public void OnRemoveAll( IAgEntityCollection Sender ); |
[Managed C++] |
---|
public: void OnRemoveAll( IAgEntityCollection ^ Sender ); |
[Java] |
---|
public void onRemoveAll( IAgEntityCollection Sender ); |
[Unmanaged C++] |
---|
public: HRESULT OnRemoveAll( IAgEntityCollection * Sender ); |
- Sender