MindFusion.Wpf Pack Programmer's Guide
DiagramBase.OnCellTextEditing Method
See Also
 





Raises the CellTextEditing event to validate entering inplace edit mode.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected virtual void OnCellTextEditing (
    CellValidationEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCellTextEditing( _
    e As CellValidationEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace