JAMS Developer Guide
DataBinding Event (SubmitMenu)


MVPSI.JAMSWeb.Controls Namespace > SubmitMenu Class : DataBinding Event
Syntax
'Declaration
 
<WebCategoryAttribute("Data")>
<WebSysDescriptionAttribute("Fires when the control's data binding expressions are to be evaluated.")>
Public Event DataBinding As System.EventHandler
'Usage
 
Dim instance As SubmitMenu
Dim handler As System.EventHandler
 
AddHandler instance.DataBinding, handler
[WebCategory("Data")]
[WebSysDescription("Fires when the control's data binding expressions are to be evaluated.")]
public event System.EventHandler DataBinding
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitMenu Class
SubmitMenu Members