'Declaration
<GuidAttribute("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")> Public Delegate Sub GdViewer.DropFileEventHandler( _ ByVal FilePath As String _ )
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")] public delegate void GdViewer.DropFileEventHandler( string FilePath )
public delegate GdViewer.DropFileEventHandler( FilePath: String );
GuidAttribute("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2") public delegate GdViewer.DropFileEventHandler( FilePath : String )
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")] public: __gc __delegate void GdViewer.DropFileEventHandler( string* FilePath )
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")] public delegate void GdViewer.DropFileEventHandler( String^ FilePath )
Parameters
- FilePath