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