CustomCellAppearanceEventArgs Constructors
Provides data for the TableView.CustomCellAppearance and TreeListView.CustomCellAppearance events.Name | Parameters | Description |
---|---|---|
CustomCellAppearanceEventArgs(CustomAppearanceEventArgs) | args | Initializes a new instance of the CustomCellAppearanceEventArgs class with the specified event arguments. |
CustomCellAppearanceEventArgs(DependencyProperty, Object, Object) | property, originalValue, conditionalValue | Initializes a new instance of the CustomCellAppearanceEventArgs class with the specified event arguments. |
See Also