DataObjectSet Method
Sets a value to the internal store of the data object with
DataFormats as a key.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Set(
string dataFormat,
Object value
)
Public Sub Set (
dataFormat As String,
value As Object
)
member Set :
dataFormat : string *
value : Object -> unit
Parameters
- dataFormat String
-
- value Object
-