Overload | Description |
---|---|
ValueEventArgs Constructor() | Initializes a new instance of the class with default data. |
ValueEventArgs Constructor(ValueEventArgs) | Initializes a new copy of the ValueArguments object. |
ValueEventArgs Constructor(Object) | Initializes a new instance of the class with the specified value object. |
ValueEventArgs Constructor(OperationEventArgs) | Initializes a new copy of the ValueArguments object from the OperationArguments object. |
ValueEventArgs Constructor(OperationEventArgs,Object) | Initializes a new copy of the ValueArguments object from the OperationArguments object, and specified value object. |
ValueEventArgs Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |