Programming with Reflection

image\rwnprg32.gif BeforeTransmitString event

 

Syntax Private Sub Session_BeforeTransmitString(TheString As String, Continue As Boolean)

 

Description

This event is triggered before Reflection transmits a character or a string of characters.

Arguments

TheString Argument type: String
The character that is about to be transmitted. If the value of TheString is changed in the BeforeTransmitString event procedure, Reflection transmits the new character(s) instead.

Continue Argument type: Boolean
Specifies whether Reflection should transmit the character(s). Reflection sets this argument to True when the event occurs. If you set Continue to False in the event procedure, Reflection cancels the transmission.

Notes

· Event procedures must be created in the code module for the Reflection Session object (ThisSession).

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command