Remove the provided element from the collection.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal Event As IAgRt3EventDefinition _ ) |
[C#] |
---|
public void Remove( IAgRt3EventDefinition Event ); |
[Managed C++] |
---|
public: void Remove( IAgRt3EventDefinition ^ Event ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( IAgRt3EventDefinition * Event ); |
[Java] |
---|
public void remove( IAgRt3EventDefinition Event ); |
- Event