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