Keysight Pathwave 89600 VSA .NET API
MarkMapChanged Event
See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace > NamedItemBase Class : MarkMapChanged Event


Glossary Item Box

An event that indicates when something changes within the OFDMA resource allocation at or below this object in the object model hierarchy.

Syntax

Visual Basic (Declaration) 
Public Event MarkMapChanged As EventHandler(Of MarkMapChangedEventArgs)
C# 
public event EventHandler<MarkMapChangedEventArgs> MarkMapChanged
C++/CLI 
public:
event EventHandler<MarkMapChangedEventArgs^>^ MarkMapChanged

Event Data

The event handler receives an argument of type MarkMapChangedEventArgs containing data related to this event. The following MarkMapChangedEventArgs properties provide information specific to this event.

PropertyDescription
ForceMeasurementRestartGets a value indicating whether to force a measurement restart.  

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also