Gets the multiple data types that the collection editor can create.
Syntax
CSharp
protected override Type[] CreateNewItemTypes ()
VisualBasic
Protected Overrides Function CreateNewItemTypes As Type()
ManagedCPlusPlus
protected:
virtual array<Type^>^ CreateNewItemTypes () override
JSharp
protected Type[] CreateNewItemTypes ()
Return Value
Return Value
A type array of the data types that the UpdatePanelTriggerCollectionEditor can create.
Remarks
The types that the UpdatePanelTriggerCollectionEditor can create are AsyncPostBackTrigger, PostBackTrigger, and other types that derive from the UpdatePanelControlTrigger class.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)