OnTransitionDone Method (IMLCharGenEvents)
ID of the item
indicates whether item is showed
This method is called when transition between items is done.
Syntax
<DispIdAttribute(3)>
Sub OnTransitionDone( _
   ByVal bsItemID As String, _
   ByVal bShow As Boolean _
) 
[DispId(3)]
void OnTransitionDone( 
   string bsItemID,
   bool bShow
)
procedure OnTransitionDone( 
    bsItemID: String;
    bShow: Boolean
); 
[DispId(3)]
void OnTransitionDone( 
   BSTR* bsItemID,
   BOOL bShow
) 

Parameters

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

Reference

IMLCharGenEvents Interface
IMLCharGenEvents Members