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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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