[]
Initializes a new instance of the ConditionalFormattingRulePropertyChangedEventArgs class.
public ConditionalFormattingRulePropertyChangedEventArgs(string propertyName, bool dataChanged)
Public Sub New(propertyName As String, dataChanged As Boolean)
Type | Name | Description |
---|---|---|
string | propertyName | The name of the property that changed. |
bool | dataChanged | Indicates if the represented data of the conditional formatting rule has been changed. |