ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

RowColChangeEventHandler Delegate

Raised after the current Row or Column changes.

[Visual Basic]

Public Delegate Sub RowColChangeEventHandler( _

ByVal sender As Object, _

ByVal e As RowColChangeEventArgs _

)

[C#]

public delegate void RowColChangeEventHandler(

object sender,

RowColChangeEventArgs e

);

[Delphi]

type RowColChangeEventHandler = procedure (

sender: Object;

e: RowColChangeEventArgs

) of object;

Namespace: C1.Win.C1TrueDBGrid

Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)

See Also

C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.