DataObjectSet Method

Sets a value to the internal store of the data object with DataFormats as a key.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Set(
	string dataFormat,
	Object value
)

Parameters

dataFormat  String
 
value  Object
 

See Also