Table of Contents

Class RegionEventArgs

Namespace
Acuit.Pinpoint.Workstation.Windows
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

Event arguments for region-related events raised by IRegionManager instances.

public class RegionEventArgs : EventArgs
Inheritance
RegionEventArgs
Inherited Members

Constructors

RegionEventArgs(string)

Initializes a new instance of the RegionEventArgs class.

public RegionEventArgs(string regionName)

Parameters

regionName string

The region name.

Properties

RegionName

Gets the region name.

public string RegionName { get; }

Property Value

string