Class BorderEventArgs
Namespace: RTSEngine.Event
Assembly: cs.temp.dll.dll
Syntax
public class BorderEventArgs : EventArgs
Constructors
BorderEventArgs(IBorder)
Declaration
public BorderEventArgs(IBorder border)
Parameters
| Type | Name | Description |
|---|---|---|
| IBorder | border |
Properties
Border
Declaration
public IBorder Border { get; }
Property Value
| Type | Description |
|---|---|
| IBorder |