OnTransitionDone Method (IMLCharGenCallback)
callback cookie
ID of the item
indicates whether item is showed
This method is called when transition between items is done.
Syntax
Sub OnTransitionDone( _
   ByVal llCallbackCookie As Long, _
   ByVal bsItemID As String, _
   ByVal bShow As Boolean _
) 
void OnTransitionDone( 
   long llCallbackCookie,
   string bsItemID,
   bool bShow
)
procedure OnTransitionDone( 
    llCallbackCookie: Int64;
    bsItemID: String;
    bShow: Boolean
); 
void OnTransitionDone( 
   long llCallbackCookie,
   BSTR* bsItemID,
   BOOL bShow
) 

Parameters

llCallbackCookie
callback cookie
bsItemID
ID of the item
bShow
indicates whether item is showed
See Also

Reference

IMLCharGenCallback Interface
IMLCharGenCallback Members