Click or drag to resize

SyncStateProviderEventArgs Class

Provides data for the Event event of a state provider.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class SyncStateProviderEventArgs : CancelEventArgs

The SyncStateProviderEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSyncStateProviderEventArgs
Initializes a new instance of the SyncStateProviderEventArgs class.
Top
Properties
  NameDescription
Public propertyProperties
A list of key-value that contain additional event information.
Public propertyReturnValue
Gets the return value. May be null.
Public propertyType
Gets the event type.
Top
See Also