HierarchicalDataSourceDesigner.DataSourceChanged Event
.NET Framework 3.0
Occurs when any property of the associated data source changes.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual event EventHandler^ DataSourceChanged { void add (EventHandler^ value) sealed; void remove (EventHandler^ value) sealed; }
/** @event */ public final void add_DataSourceChanged (EventHandler value) /** @event */ public final void remove_DataSourceChanged (EventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
Community Additions
ADD
Show: