PropertyChangingEventArgs Class

Definition

Event arguments for the PropertyChangingEventHandler delegate.

public ref class PropertyChangingEventArgs : EventArgs
public class PropertyChangingEventArgs : EventArgs
type PropertyChangingEventArgs = class
    inherit EventArgs
Public Class PropertyChangingEventArgs
Inherits 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