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.
Namespace: Rainbow.Framework.Web.UI.WebControls
Assembly: Rainbow.Framework.Web.UI.WebControls (in Rainbow.Framework.Web.UI.WebControls.dll)
Rainbow.Framework.Web.UI.WebControls Namespace