Rainbow 2.0 Code Documentation

UpdateControlEventHandler Delegate

UpdateControlEventHandler delegate

[Visual Basic]
Public Delegate Function Sub  UpdateControlEventHandler( _ 
   ByVal Object As Object, _ 
   ByVal SettingsTableEventArgs As SettingsTableEventArgs _ 
)
[C#]
public delegate void UpdateControlEventHandler(
   object Object,
   SettingsTableEventArgs SettingsTableEventArgs
)
[C++]
public __gc __delegate void UpdateControlEventHandler(
   Object* Object,
   SettingsTableEventArgs* SettingsTableEventArgs
)

[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.

Requirements

Namespace: Rainbow.Framework.Web.UI.WebControls

Assembly: Rainbow.Framework.Web.UI.WebControls (in Rainbow.Framework.Web.UI.WebControls.dll)

See Also

Rainbow.Framework.Web.UI.WebControls Namespace