←Select platform

PropertyChanged Event

Summary

Occurs when a property value changes.

Syntax

C#
VB
C++
public event PropertyChangedEventHandler PropertyChanged 
  
Public Event PropertyChanged As PropertyChangedEventHandler 
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 Gets the name of the property that changed.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly