Class GraphicSelectionController
Inheritance
System.Object
GraphicSelectionController
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicSelectionController : GraphicSelectionControllerBase, IGraphicSelectionController
Constructors
GraphicSelectionController(GraphicModel)
Declaration
public GraphicSelectionController(GraphicModel graphicModel)
Parameters
Methods
OnGotFocus(RoutedEventArgs, GraphicCellSpanInfo)
Declaration
protected override void OnGotFocus(RoutedEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Overrides
Declaration
protected override void OnKeyDown(KeyEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Overrides
Declaration
protected override void OnKeyUp(KeyEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Overrides
OnLostFocus(RoutedEventArgs, GraphicCellSpanInfo)
Declaration
protected override void OnLostFocus(RoutedEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Overrides
Declaration
protected override void OnMouseDown(MouseButtonEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
args |
|
GraphicCellSpanInfo |
spanInfo |
|
Overrides
Declaration
protected override void OnMouseEnter(MouseEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Overrides
Declaration
protected override void OnMouseLeave(MouseEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Overrides
Declaration
protected override void OnMouseMove(MouseEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Overrides
Declaration
protected override void OnMouseUp(MouseButtonEventArgs args, GraphicCellSpanInfo spanInfo)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
args |
|
GraphicCellSpanInfo |
spanInfo |
|
Overrides
Implements