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