RetrieveVirtualItemEventHandler
Wisej.Web.RetrieveVirtualItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the RetrieveVirtualItem event of a ListView.
Throws:
InvalidOperationException The Item property is not set to an item when the RetrieveVirtualItem event is handled.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A RetrieveVirtualItemEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when the ListView is in virtual mode and requires a ListViewItem. |
Last updated