Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.DataUpdatedEventArgs<TBusinessObject>The new data that is available.
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