GoXam for WPF v3
MayAcceptData Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : MayAcceptData Method
An IDataObject, typically the value of DragEventArgs.Data
Decide whether an IDataObject is suitable for copying into this diagram's model.
Syntax
public virtual bool MayAcceptData( 
   IDataObject dataobj
)

Parameters

dataobj
An IDataObject, typically the value of DragEventArgs.Data

Return Value

By default, this checks whether the dataobject has data in the model's Northwoods.GoXam.Model.IDiagramModel.DataFormat or in the model's Northwoods.GoXam.Model.IDiagramModel.GetNodeType.
See Also

Reference

DraggingTool Class
DraggingTool Members