NPostbackEventArgs Class Members
In This Topic
The following tables list the members exposed by NPostbackEventArgs.
Public Constructors
Public Properties
| Name | Description |
 | Id | Gets the object identifier |
 | ObjectType | Gets the object type |
Top
Public Methods
| Name | Description |
  | Format | Packs the object type and the specified identifier in a string |
 | Parse | Initializes the object type and identifier from the specified string |
 | ToString | Overriden to return the object type concatenated with the string representation of the identifier |
Top
See Also