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