C# Class ITHit.FileSystem.Samples.Common.SynchEventArgs

Synchronization state change event argument.
Inheritance: EventArgs
ファイルを表示 Open project: ITHit/UserFileSystemSamples

Public Properties

Property Type Description
NewState SynchronizationState

Public Methods

Method Description
SynchEventArgs ( SynchronizationState newState ) : System

Creates instance of this class.

Method Details

SynchEventArgs() public method

Creates instance of this class.
public SynchEventArgs ( SynchronizationState newState ) : System
newState SynchronizationState New synchronization state.
return System

Property Details

NewState public_oe property

New state of the service.
public SynchronizationState NewState
return SynchronizationState