[This is preliminary documentation and is subject to change.]
Occurs when external data source changes and notifies the grid
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public event NotifyDataSourceChangedEventHandler NotifyDataSourceChanged
public event NotifyDataSourceChangedEventHandler NotifyDataSourceChanged
Public Event NotifyDataSourceChanged As NotifyDataSourceChangedEventHandler
Public Event NotifyDataSourceChanged As NotifyDataSourceChangedEventHandler
public:
event NotifyDataSourceChangedEventHandler^ NotifyDataSourceChanged {
void add (NotifyDataSourceChangedEventHandler^ value);
void remove (NotifyDataSourceChangedEventHandler^ value);
}
public:
event NotifyDataSourceChangedEventHandler^ NotifyDataSourceChanged {
void add (NotifyDataSourceChangedEventHandler^ value);
void remove (NotifyDataSourceChangedEventHandler^ value);
}
member NotifyDataSourceChanged : IEvent<NotifyDataSourceChangedEventHandler,
EventArgs>
member NotifyDataSourceChanged : IEvent<NotifyDataSourceChangedEventHandler,
EventArgs>
Value
Type:
NFX.WinForms.Controls.GridKit NotifyDataSourceChangedEventHandler