Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
983 | Sep 10,2002 02:10 PM UTC | Sep 11,2002 07:41 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
[C#]
using Syncfusion.Windows.Forms;
Syncfusion.Windows.Forms.Grid;
.....
//in Form_Load
this.gridRecordNavigationControl1.NavigationBar.ArrowButtonClicked += new ArrowButtonEventHandler(HandleArrowButton);
....
private void HandleArrowButton(object sender, ArrowButtonEventArgs e)
{
Console.WriteLine("HandleArrowButton");
}
VB.NET
Imports Syncfusion.Windows.Forms
Imports Syncfusion.Windows.Forms.Grid
....
'in Form_Load
AddHandler Me.gridRecordNavigationControl1.NavigationBar.ArrowButtonClicked, AddressOf HandleArrowButton
....
Private Sub HandleArrowButton(ByVal sender As Object, ByVal e As ArrowButtonEventArgs)
Console.WriteLine("HandleArrowButton");
End Sub
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.