Click or drag to resize

SyncStateProviderEventArgs Constructor

Initializes a new instance of the SyncStateProviderEventArgs class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SyncStateProviderEventArgs(
	SyncStateProviderEventType type,
	Object returnValue = null,
	IDictionary<string, Object> properties = null
)

Parameters

type
Type: callback.ShellBoost.Core.SynchronizationSyncStateProviderEventType
The event type.
returnValue (Optional)
Type: SystemObject
The return value. May be null.
properties (Optional)
Type: System.Collections.GenericIDictionaryString, Object
A list of key-value that contain additional event information. May be null.
See Also