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