Partager via


PollingListProvider<TBusinessObject>.OnDataUpdated Method (DataUpdatedEventArgs<TBusinessObject>)

 

Raises the DataUpdated event.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

protected virtual void OnDataUpdated(
    DataUpdatedEventArgs<TBusinessObject> e
)
protected:
virtual void OnDataUpdated(
    DataUpdatedEventArgs<TBusinessObject>^ e
)
Protected Overridable Sub OnDataUpdated (
    e As DataUpdatedEventArgs(Of TBusinessObject)
)

Parameters

Remarks

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.

See Also

PollingListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top