Skip to main content
A newer version of this page is available. .

CustomCellAppearanceEventArgs Members

Provides data for the TableView.CustomCellAppearance and TreeListView.CustomCellAppearance events.

Constructors

Name Description
CustomCellAppearanceEventArgs(CustomAppearanceEventArgs) Initializes a new instance of the CustomCellAppearanceEventArgs class with the specified event arguments.
CustomCellAppearanceEventArgs(DependencyProperty, Object, Object) Initializes a new instance of the CustomCellAppearanceEventArgs class with the specified event arguments.

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

Name Description
CellSelectionState Gets a cell’s selection state.
Column Gets a column that contains the corresponding cell.
ConditionalValue Gets the value of the CustomAppearanceEventArgs.Property property calculated by the conditional formatting mechanism. Inherited from CustomAppearanceEventArgs.
Handled Gets or sets whether appearance customization is handled and no default processing is required. Inherited from CustomAppearanceEventArgs.
IsEditorVisible Gets whether an editor is visible for the corresponding cell.
OriginalValue Gets the original value of the CustomAppearanceEventArgs.Property property. Inherited from CustomAppearanceEventArgs.
Property Gets a dependency property whose value is changed by the conditional formatting mechanism. Inherited from CustomAppearanceEventArgs.
Result Gets or sets the value of the CustomAppearanceEventArgs.Property property applied to the control. Inherited from CustomAppearanceEventArgs.
RowHandle Gets a handle of a row for which an event has been raised. Inherited from CustomRowAppearanceEventArgs.
RowSelectionState Gets a row’s selection state. Inherited from CustomRowAppearanceEventArgs.
Source Gets the View that raised the event. Inherited from CustomRowAppearanceEventArgs.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also