[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterSetNextBillingDateStyle(VendSubContractLine: Record "Vend. Sub. Contract Line"; SubscriptionLine: Record "Subscription Line"; var NextBillingDateStyleExpr: Text):
[EventSubscriber(ObjectType::Page, Page::"KVSPSAVendorContractLines", 'KVSPSAOnAfterSetNextBillingDateStyle', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterSetNextBillingDateStyle(VendSubContractLine: Record "Vend. Sub. Contract Line"; SubscriptionLine: Record "Subscription Line"; var NextBillingDateStyleExpr: Text)
begin
end;