BinaryChangedEventArgs
Represents the arguments for events that were generated at the time of modifications to binary objects.
Extends: System.EventArgs
Properties
Property | Description |
---|---|
BinaryIdentity:Int32 | Supplies the Id of the binary object for which the event was generated. |
ChangeSetIdentity:Int32 | Supplies the Id of the ChangeSet in which the change to the binary object was made. |
EditorIdentity:Int32 | Supplies the Id of the user who made the change to the binary 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) |