DataConnectionPropertyChangedEventArgs Class

Definition

Provides event data for the PropertyChanged event.

public ref class DataConnectionPropertyChangedEventArgs : EventArgs
public class DataConnectionPropertyChangedEventArgs : EventArgs
type DataConnectionPropertyChangedEventArgs = class
    inherit EventArgs
Public Class DataConnectionPropertyChangedEventArgs
Inherits EventArgs
Inheritance
DataConnectionPropertyChangedEventArgs

Constructors

DataConnectionPropertyChangedEventArgs(String)

Class constructor. Initializes a new instance of the DataConnectionPropertyChangedEventArgs class, providing the property name.

Properties

PropertyName

Retrieves the name of the property that has changed.

Applies to