Notifies the Grid that the IFilter has been updated.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public void NotifyUpdate()
Visual Basic
Public Sub NotifyUpdate
Visual C++
public:
void NotifyUpdate()
F#
member NotifyUpdate : unit -> unit 

Thread Safety

The method is thread safe. The event FilterUpdated may be raised from any thread. If the Grid receives it from the non-GUI thread, then it will synchronize the call with the GUI thread in the asynchronous way without blocking the calling thread.

See Also