Spread for ASP.NET 10 Product Documentation
PropertyChanged Event (ConditionalFormattingRule)


Occurs when a property value changes.
Syntax
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
 
Dim instance As ConditionalFormattingRule
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 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ConditionalFormattingRule Class
ConditionalFormattingRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.