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