C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class

In This Topic
GridBase Class Events
In This Topic

For a list of all members of this type, see GridBase members.

Public Events
 NameDescription
Public Event (Inherited from UIKit.UIView)
Public Event (Inherited from UIKit.UIView)
Public EventOccurs when the edit of a cell is about to start.  
Public EventOccurs when a cell is double tapped.  
Public EventOccurs after the edit of a cell is committed.  
Public EventOccurs before the edit of a cell is committed.  
Public EventOccurs when a cell is being held.  
Public EventOccurs when a cell is tapped.  
Public EventOccurs when the selection menu is created. This event can be used to customize the displayed menu.  
Public EventOccurs after the cursor is changed.  
Public EventOccurs before the cursor is changed.  
Public EventOccurs when the object is disposed.  
Public EventOccurs when an editor cell is created and before it becomes active.  
Public EventOccurs when the user pulls the grid to be refreshed.  
Public EventOccurs when the user finishes resizing a column.  
Public EventOccurs when the user finishes resizing a row.  
Public EventOccurs when the user starts resizing a column.  
Public EventOccurs when the user starts resizing a row.  
Public EventOccurs when scroll position changed.  
Public EventOccurs after selection changed.  
Public EventOccurs before selection is changed.  
Top
See Also