You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Interfaces > ISynchronizedEvent Interface > ISynchronizedEvent Properties > ISynchronizedEvent.EventArguments Property
Close
Ofcas.Lk.Api.Client - Version 3.0.2
ISynchronizedEvent.EventArguments Property

Represents the additional data of an event. The list could be empty if the event does not contain any additional data. Otherwise you can use the WellKnownEventArgumentKeys to receive the additional data of an event.

Syntax
C#
Dictionary<string, object> EventArguments;
Copyright © 2022. All rights reserved.