ThumbnailEx.FileTypeNotSupportedEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")>
Public Delegate Sub ThumbnailEx.FileTypeNotSupportedEventHandler( _
ByVal As String, _
ByRef As Integer, _
ByRef As Boolean _
)
[Guid("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")]
public delegate void ThumbnailEx.FileTypeNotSupportedEventHandler(
string ,
ref int ,
ref bool
)
public delegate ThumbnailEx.FileTypeNotSupportedEventHandler(
: String;
var : Integer;
var : Boolean
);
GuidAttribute("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")
public delegate ThumbnailEx.FileTypeNotSupportedEventHandler(
: String,
: int,
: boolean
)
[Guid("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")]
public: __gc __delegate void ThumbnailEx.FileTypeNotSupportedEventHandler(
string* ,
ref int ,
ref bool
)
[Guid("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")]
public delegate void ThumbnailEx.FileTypeNotSupportedEventHandler(
String^ ,
int% ,
bool%
)
Parameters
- FilePath
- CustomBitmapID
- ReleaseBitmap
See Also