IaonSessionInputMeasurementKeysUpdatedHandler Method
Event handler for updates to adapter input measurement key definitions.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.172 -- Release Build+ace768d5e4de8ccdda90a0d8c11832c746f370e1
public virtual void InputMeasurementKeysUpdatedHandler(
Object? sender,
EventArgs e
)
Public Overridable Sub InputMeasurementKeysUpdatedHandler (
sender As Object,
e As EventArgs
)
public:
virtual void InputMeasurementKeysUpdatedHandler(
Object^ sender,
EventArgs^ e
)
function InputMeasurementKeysUpdatedHandler(sender, e);
Parameters
- sender Object
- Sending object.
- e EventArgs
- Event arguments, if any.