Xceed DataGrid for Silverlight Documentation
PropertyChanged Event (DataGridControl)


Raised when the value of a property is changed.
Syntax
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
 
Dim instance As DataGridControl
Dim handler As PropertyChangedEventHandler
 
AddHandler instance.PropertyChanged, handler
public event PropertyChangedEventHandler PropertyChanged
Event Data

The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
PropertyName  
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback