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