C# 클래스 Jot.TrackingOperationEventArgs

Event args for a tracking operation. Enables the handler to cancel the operation and to modify the data that will be persisted/applied.
상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: anakic/Jot 1 사용 예제들

공개 메소드들

메소드 설명
TrackingOperationEventArgs ( TrackingConfiguration configuration, string property, object value ) : System.ComponentModel

Creates a new instance of TrackingOperationEventArgs.

메소드 상세

TrackingOperationEventArgs() 공개 메소드

Creates a new instance of TrackingOperationEventArgs.
public TrackingOperationEventArgs ( TrackingConfiguration configuration, string property, object value ) : System.ComponentModel
configuration TrackingConfiguration The TrackingConfiguration object that initiated the tracking operation.
property string The property that is being persisted or applied to.
value object The value that is being persited or applied.
리턴 System.ComponentModel