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)

System::Object
  System::EventArgs
    Microsoft.WindowsServerSolutions.Administration.ObjectModel::DataUpdatedEventArgs<TBusinessObject>

generic<typename TBusinessObject>
public ref class DataUpdatedEventArgs : 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.

NameDescription
System_CAPS_pubpropertyData

Gets the new data.

System_CAPS_pubpropertyReason

Gets the reason that the event was raised.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: