ASP.NET Pack Programmer's Guide
CellEventArgs Members
Constructors Methods
 


Contains the arguments passed to handlers of table cell -related events.

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 Methods

  Name Description

getCancel

Gets a value indicating whether to allow the current operation.

getCell

Gets the cell related to the event.

getContext

Gets the canvas rendering context.

getHandled

Gets a value indicating whether the event has been handled.

getMouseButton

Gets which mouse button has been pressed.

getNewText

Gets the text that has just been entered by the user.

getOldText

Gets the text that had been displayed in the cell before the user edited it.

setCancel

Sets a value indicating whether to allow the current operation.

setHandled

Sets a value indicating whether the event has been handled.

 See Also

CellEventArgs Class
MindFusion.Diagramming Namespace