menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrentRecordEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CurrentRecordEventArgs

    Provides data about a CurrentRecordChanging and CurrentRecordChanged events of a RecordNavigationBar.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    CurrentRecordEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved