C# 클래스 ITHit.FileSystem.Samples.Common.SynchEventArgs

Synchronization state change event argument.
상속: EventArgs
파일 보기 프로젝트 열기: ITHit/UserFileSystemSamples

공개 프로퍼티들

프로퍼티 타입 설명
NewState SynchronizationState

공개 메소드들

메소드 설명
SynchEventArgs ( SynchronizationState newState ) : System

Creates instance of this class.

메소드 상세

SynchEventArgs() 공개 메소드

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

프로퍼티 상세

NewState 공개적으로 프로퍼티

New state of the service.
public SynchronizationState NewState
리턴 SynchronizationState