AGI Real-Time Tracking Tool 11 Send comments on this topic.
OnEventDefinitionRemoved Method (IAgRt3EventDefinitionCollectionEvents)
See Also 
Sender
Event





Description

Event triggered when a event is removed.

Syntax

[Visual Basic .NET]
Public Sub OnEventDefinitionRemoved( _
   ByVal Sender As AgRt3EventDefinitionCollection, _
   ByVal Event As IAgRt3EventDefinition _
) 

[C#]
public void OnEventDefinitionRemoved(
AgRt3EventDefinitionCollection Sender,
IAgRt3EventDefinition Event
);

[Managed C++]
public: void OnEventDefinitionRemoved(
AgRt3EventDefinitionCollection ^ Sender,
IAgRt3EventDefinition ^ Event
);

[Java]
public  onEventDefinitionRemoved(
AgRt3EventDefinitionCollection Sender,
IAgRt3EventDefinition Event
);

[Unmanaged C++]
public: HRESULT OnEventDefinitionRemoved(
AgRt3EventDefinitionCollection * Sender,
IAgRt3EventDefinition * Event
);

Parameters

Sender
Event

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1