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