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