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