<obout:OboutTextBox runat="server" ID="txt1"> <ClientSideEvents OnTextChanged="onChange" /></obout:OboutTextBox>
function onChange(sender, newText) { alert('The text was modified to: ' + newText); }