Called when a cell in the column enters editing mode.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
protected override Object PrepareCellForEdit(
	FrameworkElement editingElement,
	RoutedEventArgs editingEventArgs
)
Visual Basic (Declaration)
Protected Overrides Function PrepareCellForEdit ( _
	editingElement As FrameworkElement, _
	editingEventArgs As RoutedEventArgs _
) As Object

Parameters

editingElement
Type: System.Windows..::.FrameworkElement
editingEventArgs
Type: System.Windows..::.RoutedEventArgs

Return Value

See Also