Class GridDataControlCurrentCellChangedCommandBehavior<TReturn>
Inheritance
System.Object
GridDataControlCurrentCellChangedCommandBehavior<TReturn>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Controls.Grid.MVVM
Assembly: Syncfusion.Grid.MVVM.Wpf.dll
Syntax
public class GridDataControlCurrentCellChangedCommandBehavior<TReturn> : GridDataControlCommandBehaviorBase<TReturn, SyncfusionRoutedEventArgs>
Type Parameters
Name | Description |
---|---|
TReturn |
Constructors
GridDataControlCurrentCellChangedCommandBehavior()
Declaration
public GridDataControlCurrentCellChangedCommandBehavior()
GridDataControlCurrentCellChangedCommandBehavior(Func<Object, SyncfusionRoutedEventArgs, TReturn>)
Declaration
public GridDataControlCurrentCellChangedCommandBehavior(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()