conaito PPT2Flash SDK 3.7

PPApplication.ThumbsRenderHandler Delegate

[Visual Basic]
Public Delegate Function ThumbsRenderHandler( _
   ByVal fromThumb As Integer, _
   ByVal toThumb As Integer, _
   ByVal currentThumb As Integer, _
   ByVal currThumbPath As String _
)
[C#]
public delegate void ThumbsRenderHandler(
   int fromThumb,
   int toThumb,
   int currentThumb,
   string currThumbPath
);

Requirements

Namespace: Conaito.PPLibrary

Assembly: PPLibrary (in PPLibrary.dll)

See Also

Conaito.PPLibrary Namespace