eLabSDK2.Inventory.Sample.DomainEvents.SampleEvents

Hierarchy

  • unknown

    SampleEvents

Methods

onAfterSamplesMove

Static onAfterSamplesMove(cb): void

Called after a sample is moved and allows you to inspect the result from the call to the server.

Parameters

NameTypeDescription
cbafterSampleMovedCallbackThe callback to add

Returns

void


onBeforeSamplesMove

Static onBeforeSamplesMove(cb): void

Called before a sample is moved and allows you to modify the samples that are being moved.

Parameters

NameTypeDescription
cbbeforeSampleMovedCallbackThe callback to add

Returns

void


removeAfterSamplesMove

Static removeAfterSamplesMove(cb): void

Remove a afterSamplesMoved callback

Parameters

NameTypeDescription
cbafterSampleMovedCallbackThe callback to remove

Returns

void


removeBeforeSamplesMove

Static removeBeforeSamplesMove(cb): void

Remove a beforeSamplesMoved callback

Parameters

NameTypeDescription
cbbeforeSampleMovedCallbackThe callback to remove

Returns

void


© 2023 eLabNext