PanelSetMethodBindingConverter.PerformSet(object?, object?, object?[]?) method¶
Defined in
Type: PanelSetMethodBindingConverter
Namespace: ReactiveUI.Winforms
Assembly: ReactiveUI.Winforms.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
public object PerformSet(object? toTarget, object? newValue, object?[]? arguments)
Inherited documentation
These docs were inherited from ISetMethodBindingConverter. The member doesn't override them on this type.
Summary: Convert a given object to the specified type.
Parameters
| Name | Type | Description |
|---|---|---|
toTarget | object? | The target object we are setting to. |
newValue | object? | The value to set on the new object. |
arguments | object?[]? | The arguments required. Used for indexer based values. |
Returns: object -- The value that was set.