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

CallbackPanelUpdateMode Enumeration

Represents the possible update modes for the contents in an CallbackPanel control.

[Visual Basic]
Public Enum CallbackPanelUpdateMode
[C#]
public enum CallbackPanelUpdateMode

Members

Member Name Description
Group The content of the CallbackPanel is updated if it has the same GroupName value as the one that triggered the callback. This is the default mode.
Self The content is updated only for the CallbackPanel control that triggered the callback.
Always The content of the CallbackPanel is always updated.
Conditional The content of the CallbackPanel is updated only when the control's Update method is called.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic