Class GanttGridCreatingTreeNodeCommandBehavior<TReturn>
Inheritance
System.Object
GanttGridCreatingTreeNodeCommandBehavior<TReturn>
Inherited Members
Namespace: Syncfusion.Windows.Controls.Gantt.MVVM
Assembly: Syncfusion.Gantt.MVVM.Wpf.dll
Syntax
public class GanttGridCreatingTreeNodeCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, GridTreeCreatingNodeEventArgs>
Type Parameters
Name |
---|
TReturn |
Constructors
GanttGridCreatingTreeNodeCommandBehavior()
Declaration
public GanttGridCreatingTreeNodeCommandBehavior()
GanttGridCreatingTreeNodeCommandBehavior(Func<Object, GridTreeCreatingNodeEventArgs, TReturn>)
Declaration
public GanttGridCreatingTreeNodeCommandBehavior(Func<object, GridTreeCreatingNodeEventArgs, TReturn> builder)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Object, GridTreeCreatingNodeEventArgs, TReturn> | builder |
Methods
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Gantt.GanttControl>.OnTargetAttached()