Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Server.Data Namespace > CCOWApplication Class : PropertyChanging Event |
public event PropertyChangingEventHandler PropertyChanging
'Declaration
Public Event PropertyChanging As PropertyChangingEventHandler
'Usage
Dim instance As CCOWApplication Dim handler As PropertyChangingEventHandler AddHandler instance.PropertyChanging, handler
public: event PropertyChangingEventHandler^ PropertyChanging
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.
Property | Description |
---|---|
PropertyName | Gets the name of the property whose value is changing. |