Class GanttGridParentPropertyNameChangedCommandBehavior<TReturn>
Provides the behavior for the GanttGrid parent property name changed command.
Inheritance
System.Object
GanttControlCommandBehaviorBase<TReturn, System.Windows.RoutedEventArgs>
GanttGridParentPropertyNameChangedCommandBehavior<TReturn>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls.Gantt.MVVM
Assembly: Syncfusion.Gantt.MVVM.Wpf.dll
Syntax
public class GanttGridParentPropertyNameChangedCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, RoutedEventArgs>
Type Parameters
| Name | Description |
|---|---|
| TReturn | The type of the return value. |
Constructors
GanttGridParentPropertyNameChangedCommandBehavior()
Initializes a new instance of the GanttGridParentPropertyNameChangedCommandBehavior<TReturn> class with default parameters.
Declaration
public GanttGridParentPropertyNameChangedCommandBehavior()
GanttGridParentPropertyNameChangedCommandBehavior(Func<Object, RoutedEventArgs, TReturn>)
Initializes a new instance of the GanttGridParentPropertyNameChangedCommandBehavior<TReturn> class.
Declaration
public GanttGridParentPropertyNameChangedCommandBehavior(Func<object, RoutedEventArgs, TReturn> builder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Func<System.Object, System.Windows.RoutedEventArgs, TReturn> | builder | The builder function for the command behavior. |