New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

OnClientImageChanged

Updated on Aug 24, 2026

The OnClientImageChanged event is raised after the image has changed. The event is fired after OnClientImageChanging event.

The event handler receives the following parameters:

  1. The RadImageEditor client instance that fired the event.

  2. Event arguments object.

ASP.NET
<telerik:RadImageEditor RenderMode="Lightweight" runat="server" ID="RadImageEditor1" OnClientImageChanged="OnClientImageChanged"></telerik:RadImageEditor>
<script type="text/javascript">
    function OnClientImageChanged(sender, eventArgs)
    {
        alert("OnClientImageChanged event fired by RadImageEditor with ID: " + sender.get_id());
    }
</script>

See Also

In this article
See Also
Not finding the help you need?
Contact Support