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