MindFusion.Wpf Pack Programmer's Guide
CellEventArgs Members
Constructors Properties
 


Contains the arguments passed to event handlers, such as CellClicked.

The following tables list the members exposed by the CellEventArgs type.

 Public Constructors

  Name Description

CellEventArgs

Initializes a new instance of the CellEventArgs class.

 Public Properties

  Name Description

Cell

Get the cell for which the event is raised.

Column

Gets the index of the table's column that contains Cell.

MouseButton

Gets which mouse button has been pressed.

MousePosition

Gets the current mouse pointer position.

Row

Gets the index of the table's row that contains Cell.

Table

Get the table that contains Cell.

 See Also

CellEventArgs Class
MindFusion.Diagramming.Wpf Namespace