GridViewCellEventArgs Class
Provides data for events related to cell and row operations of the GridView.
Definition
| public class GridViewCellEventArgs: EventArgs |
Members Table
The following table lists the members exposed by the GridViewCellEventArgs object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
Properties
| Property | Description |
|---|
| Area | Gets a value of GridViewArea. |
| ColumnIndex | Gets the column index of the current cell that the event occurs for. |
| RowIndex | Gets the row index of the current cell that the event occurs for. |
Fields
| Field | Description |
|---|
| Empty | Represents an event with no event data. (Inherited from EventArgs) |
Inheritance Hierarchy
Object
Class Information
| Namespace | NETiKA.Grid |
|---|
| Flash Library | GOAGrid.scl |
|---|
| Flash Library Version | 2.0.0.1868 |
|---|
| Silverlight Library | GOAGrid.dll |
|---|