Click or drag to resize

ReplicaClientRReplicaChangeOwnerNotificationEventHandler Delegate

Namespace:  SoftGear.Strix.Client.Replica
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
public delegate void ReplicaChangeOwnerNotificationEventHandler(
	NotificationEventArgs<ReplicaChangeOwnerNotification<R>> notification
)

Parameters

notification
Type: SoftGear.Strix.Client.CoreNotificationEventArgsReplicaChangeOwnerNotificationR
See Also