DataUpdatedEventArgs<TBusinessObject> Class
Provides data for the DataUpdated event.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsServerSolutions.Administration.ObjectModel.DataUpdatedEventArgs<TBusinessObject>
Syntax
public class DataUpdatedEventArgs<TBusinessObject> : EventArgs
generic<typename TBusinessObject>
public ref class DataUpdatedEventArgs : EventArgs
Public Class DataUpdatedEventArgs(Of TBusinessObject)
Inherits EventArgs
Type Parameters
- 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.
Properties
Name | Description | |
---|---|---|
Data | Gets the new data. |
|
Reason | Gets the reason that the event was raised. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top