Marks an event to the propagator.
| [Visual Basic .NET] |
|---|
Public Sub IndicateEvent( _
ByVal EventIndicator As AgEAsHpopPluginEventIndicators _
)
|
| [C#] |
|---|
public void IndicateEvent(
|
| [Managed C++] |
|---|
public: void IndicateEvent(
|
| [Java] |
|---|
public indicateEvent(
|
| [Unmanaged C++] |
|---|
public: HRESULT IndicateEvent(
|
- EventIndicator
-
Member Value Description AgEAsHpopPluginEventIndicatorsStopPropagation 0 Stops propagation. AgEAsHpopPluginEventIndicatorsStopSegment 1 Ends current segment. AgEAsHpopPluginEventIndicatorsMarkDiscontinuity 2 Marks a discontinuity.