Class ArrowButtonEventArgs
Provides event data for the ArrowButtonClicked event of a ArrowButtonBar, RecordNavigationBar or RecordNavigationControl object.
Inherited Members
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 |