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