Visual Basic (Declaration) | |
---|---|
<WebSysDescriptionAttribute("Fires when the control's data binding expressions are to be evaluated.")> <WebCategoryAttribute("Data")> Public Event DataBinding As System.EventHandler |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim handler As System.EventHandler AddHandler instance.DataBinding, handler |
C# | |
---|---|
[WebSysDescriptionAttribute("Fires when the control's data binding expressions are to be evaluated.")] [WebCategoryAttribute("Data")] public event System.EventHandler DataBinding |
Delphi | |
---|---|
public event DataBinding: System.EventHandler; |
JScript | |
---|---|
In JScript, you can handle the events defined by another class, but you cannot define your own. |
Managed Extensions for C++ | |
---|---|
[WebSysDescriptionAttribute("Fires when the control's data binding expressions are to be evaluated.")] [WebCategoryAttribute("Data")] public: __event System.EventHandler* DataBinding |
C++/CLI | |
---|---|
[WebSysDescriptionAttribute("Fires when the control's data binding expressions are to be evaluated.")] [WebCategoryAttribute("Data")] public: event System.EventHandler^ DataBinding |
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