'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