Onion.Client.Events

The namespace Onion.Client.Events provides classes for the processing of onion.net events.

Delegates

DelegateDescription
BinaryChangeEventHandler(Object, BinaryChangedEventArgs):Void

Delegate for the processing of events in the case of binary data changes.

ChangeSetChangeEventHandler(Object, ChangeSetChangeEventArgs):Void

Delegate for the processing of events in the case of ChangeSet changes.

DataObjectChangeEventHandler(Object, DataObjectChangedEventArgs):Void

Delegate for the processing of events in the case of data object changes.

GroupChangeEventHandler(Object, GroupChangedEventArgs):Void

Delegate for the processing of events in the case of group changes.

SchemaChangeEventHandler(Object, GroupChangedEventArgs):Void

Delegate for the processing of events in the case of schema changes.

UserChangeEventHandler(Object, UserChangedEventArgs):Void

Delegate for the processing of events in the case of user changes.

Classes

ClassDescription
BinaryChangedEventArgs

Represents the arguments for events that were generated at the time of modifications to binary objects.

ChangeSetChangeEventArgs

Represents the arguments for events that were generated at the time of modifications to ChangeSets.

DataObjectChangedEventArgs

Represents the arguments for events that were generated at the time of modifications to data objects.

GroupChangedEventArgs

Represents the arguments for events that were generated at the time of modifications to groups.

SchemaChangedEventArgs

Represents the arguments for events that were generated at the time of modifications to schemas.

UserChangedEventArgs

Represents the arguments for events that were generated at the time of modifications to users.