ObjectListSelectEventArgs(ObjectListItem, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new ObjectListSelectEventArgs object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
ObjectListSelectEventArgs(System::Web::UI::MobileControls::ObjectListItem ^ item, bool selectMore);
public ObjectListSelectEventArgs (System.Web.UI.MobileControls.ObjectListItem item, bool selectMore);
new System.Web.UI.MobileControls.ObjectListSelectEventArgs : System.Web.UI.MobileControls.ObjectListItem * bool -> System.Web.UI.MobileControls.ObjectListSelectEventArgs
Public Sub New (item As ObjectListItem, selectMore As Boolean)
Parameters
- item
- ObjectListItem
Initializes the ListItem property.
- selectMore
- Boolean
Initializes the SelectMore property.
Applies to
See also
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.