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