PropertyChangedEventArgs class

Expand
0 out of 1 rated this helpful - Rate this topic

PropertyChangedEventArgs class

[This documentation is preliminary and is subject to change.]

Applies to: Metro style apps only

Provides data for the PropertyChanged event.

Inheritance

Object
  PropertyChangedEventArgs

Syntax


public class PropertyChangedEventArgs : Object

Attributes

MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The PropertyChangedEventArgs class has these types of members:

Constructors

The PropertyChangedEventArgs class has these constructors.

ConstructorDescription
PropertyChangedEventArgs Initializes a new instance of the PropertyChangedEventArgs class.

 

Methods

The PropertyChangedEventArgs class inherits methods from the Object class.

Properties

The PropertyChangedEventArgs class has these properties.

PropertyAccess typeDescription

PropertyName

Read-onlyGets the name of the property that changed.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

Binding
Data Binding sample
Data binding with XAML

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD