Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

CallbackPanel.Triggers Property

Specifies a list of CallbackTrigger objects which contains information of a control that could be used to trigger this callback.

[Visual Basic]
NotOverridable Public Property Triggers As CallbackTriggerCollection
[C#]
public CallbackTriggerCollection Triggers {get; set;}

Remarks

Callback control can have a list of triggering controls. When one of the triggering controls sends postback event to server, this Callback will be used to handle the postback request without reloading the whole page.

See Also

CallbackPanel Class | EO.Web Namespace | CallbackTrigger


Direct link to this topic