Event triggered when a event is removed.
[Visual Basic .NET] |
---|
Public Sub OnEventDefinitionRemoved( _ ByVal Sender As IAgRt3EventDefinitionCollection, _ ByVal Event As IAgRt3EventDefinition _ ) |
[C#] |
---|
public void OnEventDefinitionRemoved( IAgRt3EventDefinitionCollection Sender, IAgRt3EventDefinition Event ); |
[Managed C++] |
---|
public: void OnEventDefinitionRemoved( IAgRt3EventDefinitionCollection ^ Sender, IAgRt3EventDefinition ^ Event ); |
[Unmanaged C++] |
---|
public: HRESULT OnEventDefinitionRemoved( IAgRt3EventDefinitionCollection * Sender, IAgRt3EventDefinition * Event ); |
[Java] |
---|
public void onEventDefinitionRemoved( IAgRt3EventDefinitionCollection Sender, IAgRt3EventDefinition Event ); |
- Sender
- Event