[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.PropertyChangingEventArgs

PropertyChangingEventArgs Class

Represents the event data for the PropertyChanging event of the object.

Inheritance
PropertyChangingEventArgs
Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PropertyChangingEventArgs : EventArgs
Public Class PropertyChangingEventArgs
    Inherits EventArgs

Constructors

Name Description
PropertyChangingEventArgs(string, object)

Initializes a new instance of the PropertyChangingEventArgs class.

Properties

Name Description
Cancel

Gets or sets whether to cancel changing the property value.

NewValue

Gets the new value to be set by the property.

PropertyName

The name of the property whose value is changing.