GdViewer.DropFileEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")>
Public Delegate Sub GdViewer.DropFileEventHandler( _
ByVal As String _
)
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")]
public delegate void GdViewer.DropFileEventHandler(
string
)
public delegate GdViewer.DropFileEventHandler(
: String
);
GuidAttribute("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")
public delegate GdViewer.DropFileEventHandler(
: String
)
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")]
public: __gc __delegate void GdViewer.DropFileEventHandler(
string*
)
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")]
public delegate void GdViewer.DropFileEventHandler(
String^
)
Parameters
- FilePath
- The file path of the file that is dropped in the control.
See Also