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