AdvantageGrid..::..AdvantageGridToggleArgs Members
The AdvantageGrid..::..AdvantageGridToggleArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
CommandType |
Which grid command fired the event. (Inherited from AdvantageGrid..::..AdvantageGridArgs.) |
|
|
Item |
The row the command targets. null for the toolbar Add command, since no row
exists yet — handlers should branch on CommandType.
(Inherited from AdvantageGrid..::..AdvantageGridArgs.) |
|
|
Toggle |
The desired new state for the row's IsActive or IsFeatured property —
true when the user clicked the inactive/not-featured icon to turn it on,
false when they clicked the active/featured icon to turn it off.
|

