PollingListProvider.DataUpdated Event

Represents an event that is raised when new data is available.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

public event EventHandler<DataUpdatedEventArgs<TBusinessObject>> DataUpdated
/** @event */
public void add_DataUpdated (EventHandler<DataUpdatedEventArgs<TBusinessObject>> value)

/** @event */
public void remove_DataUpdated (EventHandler<DataUpdatedEventArgs<TBusinessObject>> value)

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.


Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Community Additions

Show: