menu

WinForms

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

    Show / Hide Table of Contents

    Class ArrowButtonEventArgs

    Provides event data for the ArrowButtonClicked event of a ArrowButtonBar, RecordNavigationBar or RecordNavigationControl object.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    ArrowButtonEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ArrowButtonEventArgs : SyncfusionCancelEventArgs

    Constructors

    ArrowButtonEventArgs(ArrowType)

    Initializes a new ArrowButtonEventArgs object with event data.

    Declaration
    public ArrowButtonEventArgs(ArrowType arrow)
    Parameters
    Type Name Description
    ArrowType arrow

    Specifies the arrow button that was clicked.

    Properties

    Arrow

    Gets / sets the arrow button that was clicked.

    Declaration
    [TraceProperty(true)]
    public ArrowType Arrow { get; set; }
    Property Value
    Type
    ArrowType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved