KVSEDXPerformance#
Events#
OnInitializePerformance(Interface KVSEDXIPerformance, Boolean) :#
[IntegrationEvent(true, false)]
local procedure OnInitializePerformance(var PerformanceImpl: Interface "KVSEDXIPerformance"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSEDXPerformance", 'OnInitializePerformance', '', false, false)]
local procedure DoSomethingOnInitializePerformance(var PerformanceImpl: Interface "KVSEDXIPerformance"; var IsHandled: Boolean)
begin
end;