Skip to main content

CustomAppearanceEventArgs Constructors

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