Click or drag to resize

ReplicaClientRReplicaCreateNotificationEventHandler 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 ReplicaCreateNotificationEventHandler(
	NotificationEventArgs<ReplicaCreateNotification<R>> notification
)

Parameters

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