MindFusion.Scheduling for Silverlight Programmer's Guide
TextColumn.InitEditor Method
See Also
 





GridColumn.InitEditor override.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

protected virtual void InitEditor (
    FrameworkElement editor,
    RoutedEventArgs e,
    GridCell senderCell
)

Visual Basic  Copy Code

Protected Overridable Sub InitEditor ( _
    editor As FrameworkElement, _
    e As RoutedEventArgs, _
    senderCell As GridCell _
)

 Parameters

editor
A FrameworkElement representing the editor.
e

The arguments associated with the event, which caused the editing operation.

senderCell
The GridCell which is being edited.

 See Also

TextColumn Members
TextColumn Class
MindFusion.DataViews.Silverlight Namespace