Skip to main content
All docs
V18.2

ASPxClientPreviewClickEventArgs.DefaultHandler() Method

Specifies the default function used to handle the ASPxClientWebDocumentViewer.PreviewClick event.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void DefaultHandler()

Remarks

When handling the ASPxClientWebDocumentViewer.PreviewClick event, you can call the DefaultHandler function to preform default processing. This function will also be automatically called after executing custom code in the event handler if you set the ASPxClientPreviewClickEventArgs.Handled property of an event argument to false.

See Also