STK Real-Time Tracking ToolSend comments on this topic.
OnEventDefinitionRemoved Event (AgRt3EventDefinitionCollection)
See Also
Sender
Event
Windows






Windows & Linux

Description

Event triggered when a event is removed.

Syntax

[Visual Basic .NET]
Public Event 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
);
[Java]
public void onEventDefinitionRemoved(
    IAgRt3EventDefinitionCollection Sender,
    IAgRt3EventDefinition Event
);
[Unmanaged C++]
public: HRESULT OnEventDefinitionRemoved(
    IAgRt3EventDefinitionCollection * Sender,
    IAgRt3EventDefinition * Event
);

Parameters

Sender
Event

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.