[IntegrationEvent(false, false)]
local procedure OnCheckPriceCalculationMethodUseKBAChanges(PriceCalculationMethod: Enum "Price Calculation Method"; var Result: Boolean; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceHelper", 'OnCheckPriceCalculationMethodUseKBAChanges', '', false, false)]
local procedure DoSomethingOnCheckPriceCalculationMethodUseKBAChanges(PriceCalculationMethod: Enum "Price Calculation Method"; var Result: Boolean; var IsHandled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeProcessPriceCalcChangeNotification(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceHelper", 'OnBeforeProcessPriceCalcChangeNotification', '', false, false)]
local procedure DoSomethingOnBeforeProcessPriceCalcChangeNotification(var IsHandled: Boolean)
begin
end;