DataConnectionPropertyChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |