OnFlashCallback Method (IMLCharGenEvents)
ID of item
flash method name
parameters of flash method
This method is called when some flash callback event occurs.
Syntax
<DispIdAttribute(4)>
Sub OnFlashCallback( _
   ByVal bsItemID As String, _
   ByVal bsMethodName As String, _
   ByVal bsParameters As String _
) 
[DispId(4)]
void OnFlashCallback( 
   string bsItemID,
   string bsMethodName,
   string bsParameters
)
procedure OnFlashCallback( 
    bsItemID: String;
    bsMethodName: String;
    bsParameters: String
); 
[DispId(4)]
void OnFlashCallback( 
   BSTR* bsItemID,
   BSTR* bsMethodName,
   BSTR* bsParameters
) 

Parameters

bsItemID
ID of item
bsMethodName
flash method name
bsParameters
parameters of flash method
See Also

Reference

IMLCharGenEvents Interface
IMLCharGenEvents Members