Version

WebDialogManagerClientEvents Class Properties

For a list of all members of this type, see WebDialogManagerClientEvents members.

Public Properties
 NameDescription
Public PropertyDialogClosedClientside event fired after to the dialog has been displayed.  
Public PropertyDialogClosingClientside event fired prior to the dialog being closed.  
Public PropertyDialogLoadedClientside event fired after to the dialog has been displayed.  
Public PropertyDialogLoadingClientside event fired prior to the dialog being displayed.  
Public PropertyDialogValidatedClientside event fired after to the dialog has been displayed.  
Public PropertyDialogValidatingClientside event fired prior to the dialog being validating.  
Public PropertyIsEmptyCheck if object contains only default values. (Inherited from Infragistics.WebUI.WebControls.SmartClientEvents)
Protected Properties
 NameDescription
Protected PropertyEnableViewStateTurns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyOwnerThe primary collection to which this object belongs. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertySubObjects (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyViewStateGets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
See Also