PropertyChanging Event

Summary
Occurs when a property value is changing.
Syntax
C#
VB
C++
public event PropertyChangingEventHandler PropertyChanging 
Public Event PropertyChanging As System.ComponentModel.PropertyChangingEventHandler 
public: event System.ComponentModel.PropertyChangingEventHandler^  PropertyChanging; 
Event Data

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

PropertyDescription
PropertyName Gets the name of the property whose value is changing.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.