Class
CurrentChangedEventArgs

Provides data for the CurrentChanged event that occurs when the current item in a data collection changes.

Definition

Namespace:Telerik.WinControls.Data

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class CurrentChangedEventArgs : EventArgs

Inheritance: objectEventArgsCurrentChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

CurrentChangedEventArgs(CurrentChangeReason)

Initializes a new instance of the CurrentChangedEventArgs class with the specified reason for the change.

Declaration

cs-api-definition
public CurrentChangedEventArgs(CurrentChangeReason reason)

Parameters

reason

CurrentChangeReason

A CurrentChangeReason value indicating why the current item changed.

Properties

Reason

Gets the reason why the current item in the collection changed.

Declaration

cs-api-definition
public CurrentChangeReason Reason { get; }

Property Value

CurrentChangeReason

A CurrentChangeReason value indicating the cause of the current item change.