DataObjectChangedEventArgs
Represents the arguments for events that were generated at the time of modifications to data objects.
Properties
Property | Description |
---|---|
ChangeSetIdentity:Int32 | Supplies the Id of the ChangeSet in which the change to the data object was made. |
DataObjectIdentity:Int32 | Supplies the Id of the data object for which the event was generated. |
EditorIdentity:Int32 | Supplies the Id of the user who made the change to the data object. |
Methods
Method | Description |
---|---|
Equals(Object):Boolean | Determines whether the indicated object is identical to the current object. (Inherited by System.Object) |
GetHashCode():Int32 | Functions as the standard hash function. (Inherited by System.Object) |
GetType():Type | Calls the runtime type of the current instance. (Inherited by System.Object) |
ToString():String | Creates a string equivalent of the current exception and returns this. (Inherited by System.Object) |