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