Class CurrentRecordEventArgs
Provides data about a CurrentRecordChanging and CurrentRecordChanged events of a RecordNavigationBar.
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class CurrentRecordEventArgs : SyncfusionCancelEventArgs
Constructors
CurrentRecordEventArgs(Int32)
Initializes a new CurrentRecordEventArgs.
Declaration
public CurrentRecordEventArgs(int record)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | record | The record index. |
Properties
Record
Gets / sets the record index.
Declaration
[TraceProperty(true)]
public int Record { get; set; }
Property Value
Type |
---|
System.Int32 |