Back to Devexpress

ASPxClientWebDocumentViewerCustomizeLocalizationEventHandler<Sender> Interface

xtrareports-js-aspxclientwebdocumentviewercustomizelocalizationeventhandler-1.md

latest1.1 KB
Original Source

ASPxClientWebDocumentViewerCustomizeLocalizationEventHandler<Sender> Interface

A method that will handle the ASPxClientWebDocumentViewer.CustomizeLocalization event.

Declaration

ts
interface ASPxClientWebDocumentViewerCustomizeLocalizationEventHandler<Sender> { (source: Sender, e: ASPxClientCustomizeLocalizationEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

The event sender.

| | e | ASPxClientCustomizeLocalizationEventArgs | |

Remarks

When creating a ASPxClientWebDocumentViewerCustomizeLocalizationEventHandler<Sender> delegate, identify a method that will handle corresponding events.

To associate an event with an event handler, add a delegate instance to the event.

The event handler is called whenever the event occurs, unless the delegate is removed.

See Also

CustomizeLocalization