Skip to content

KVSKBAGlobalPublisher#

Events#

OnGlobalEvent(Codeunit KVSKBAEventSenderInfo, Codeunit KVSKBAGenericEventArguments) :#

[IntegrationEvent(false, false)]
local procedure OnGlobalEvent(var SenderInfo: Codeunit "KVSKBAEventSenderInfo"; var EventArguments: Codeunit "KVSKBAGenericEventArguments"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAGlobalPublisher", 'OnGlobalEvent', '', false, false)]
local procedure DoSomethingOnGlobalEvent(var SenderInfo: Codeunit "KVSKBAEventSenderInfo"; var EventArguments: Codeunit "KVSKBAGenericEventArguments")
begin
end;