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