BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridControl1_SaveCellInfo(object sender, GridSaveCellInfoEventArgs e) { if(e.Style.Store.IsValueModified(GridStyleInfoStore.FontProperty)) { Console.WriteLine("Font changed"); } }
>private void gridControl1_SaveCellInfo(object sender, GridSaveCellInfoEventArgs e) >{ > if(e.Style.Store.IsValueModified(GridStyleInfoStore.FontProperty)) > { > Console.WriteLine("Font changed"); > } >} >