Class
CardDataFieldEditEndedEventArgs

Represents event data for an edit ended event of a RadCardViewItem's data field.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class CardDataFieldEditEndedEventArgs : CardDataFieldEventArgs

Inheritance: objectCardViewItemEventArgsCardDataFieldEventArgsCardDataFieldEditEndedEventArgs

Inherited Members CardDataFieldEventArgs.DataFieldCardViewItemEventArgs.CardViewItem

Constructors

CardDataFieldEditEndedEventArgs()

Declaration

cs-api-definition
public CardDataFieldEditEndedEventArgs()

Properties

EditAction

Gets the action that was executed to end the edit operation.

Declaration

cs-api-definition
public EditAction EditAction { get; }

Property Value

EditAction

NewValue

Gets the new value.

Declaration

cs-api-definition
public object NewValue { get; }

Property Value

object

OldValue

Gets the old value.

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object