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