Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » DataGrid » Editing » DataRow   (RSS)
  • Overriding the CancelEdit event on the DataRow

    Hi all, I'm trying to override CancelEdit on my implementation of the DataRow: public event EventHandler Edit_Cancel; public override void CancelEdit(){    base.CancelEdit();     OnCancelEdit(this, EventArgs.Empty);} public void OnCancelEdit(object sender, EventArgs args){    ...
    Posted to Xceed DataGrid for WPF (Forum) by Frances on May 14, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.