[]
Represents a method that handles the conditional formatting Changed events.
public delegate void ConditionalFormattingChangedEventHandler(object sender, ConditionalFormattingChangedEventArgs e)
Public Delegate Sub ConditionalFormattingChangedEventHandler(sender As Object, e As ConditionalFormattingChangedEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents a method that handles the conditional formatting Changed events. |
ConditionalFormattingChangedEventArgs | e | Represents a method that handles the conditional formatting Changed events. |