ComponentOne DataGrid for WPF and Silverlight
CancellingCellEditEventHandler Delegate

C1.WPF.DataGrid Namespace : CancellingCellEditEventHandler Delegate
Handles cancelling cell edit event.
Syntax
'Declaration
 
Public Delegate Sub CancellingCellEditEventHandler( _
   ByVal editingElement As System.Windows.FrameworkElement, _
   ByVal uneditedValue As System.Object _
) 
public delegate void CancellingCellEditEventHandler( 
   System.Windows.FrameworkElement editingElement,
   System.object uneditedValue
)

Parameters

editingElement
uneditedValue
See Also

Reference

CancellingCellEditEventHandler Members
C1.WPF.DataGrid Namespace