PollingListProvider<TBusinessObject>::DataUpdated Event

 

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

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

public:
event EventHandler<DataUpdatedEventArgs<TBusinessObject>^>^ DataUpdated {
	void add(EventHandler<DataUpdatedEventArgs<TBusinessObject>^>^ value);
	void remove(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.

Return to top

Community Additions

ADD
Show: