PropertyChangingEventArgs Class

Definition

Event arguments for the PropertyChangingEventHandler delegate.

public class PropertyChangingEventArgs : EventArgs
type PropertyChangingEventArgs = class
    inherit EventArgs
Inheritance
PropertyChangingEventArgs

Constructors

PropertyChangingEventArgs(String)

Creates a new PropertyChangingEventArgs object that indicates that propertyName is changing.

Properties

PropertyName

Gets the name of the property that is changing.

Applies to