ListViewDragDropDataObjectGetData(Type) Method |
Retrieves a data object in a specified format; the data format is specified by a
Type object.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Object GetData(
Type format
)
Parameters
- format Type
- A Type object 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(Type)
See Also