[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PropertyTrackChangedEventArgs

PropertyTrackChangedEventArgs Class

Represents raising an event when the property has changed and has infomation about the current value and the previous value.

Inheritance
PropertyTrackChangedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PropertyTrackChangedEventArgs
Public Class PropertyTrackChangedEventArgs

Constructors

Name Description
PropertyTrackChangedEventArgs(string, object, object)

Initializes a new instance of the PropertyTrackChangedEventArgs class.

Properties

Name Description
Newvalue

Gets the new value.

OldValue

Gets the old value.

PropertyName

Gets the name of the property.