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
regionNamestringThe region name.
Properties
RegionName
Gets the region name.
public string RegionName { get; }