Results 1 to 2 of 2

Thread: Where is datagrid 's RowColChange?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83

    Question Where is datagrid 's RowColChange?

    Does C# support 'datagrid 's RowColChange' event?

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83

    Cool

    private void dataGrid1_CurrentCellChanged(object sender, System.EventArgs e)

    private void dataGrid1_DataSourceChanged(object sender, System.EventArgs e)

    USE THE ABOVE 2 EVENTS CAN SIMULATE THE VB6 'S RowColChange EVENT!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width