ChallengeImageCustomRenderEventHandler Delegate
In This Article
A method that will handle the ASPxCaptcha.ChallengeImageCustomRender event.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void ChallengeImageCustomRenderEventHandler(
object sender,
ChallengeImageCustomRenderEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | An object representing the event source. Identifies the captcha control that raised the event. |
e | Challenge |
An Challenge |
See Also