ListViewDragDropDataObjectGetData(String) Method |
Retrieves a data object in a specified format; the data format is specified by a string.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Object GetData(
string format
)
Parameters
- format String
- A string that specifies what format to retrieve the data as. See the DataFormats class for a set of predefined data formats.
Return Value
Object
A data object with the data in the specified format, or null if the data is not available in the specified format.
Implements
IDataObjectGetData(String)
See Also