PrtEventValue Constructor |
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtEventValue(
PrtEvent val
)
Public Sub New (
val As PrtEvent
)
public:
PrtEventValue(
PrtEvent^ val
)
new :
val : PrtEvent -> PrtEventValue
Parameters
- val
- Type: P.RuntimePrtEvent
[Missing <param name="val"/> documentation for "M:P.Runtime.PrtEventValue.#ctor(P.Runtime.PrtEvent)"]
See Also