Skip to main content
A newer version of this page is available. .
Tab

RoundPanelContentCallbackEventArgs(String) Constructor

Initializes a new instance of the RoundPanelContentCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public RoundPanelContentCallbackEventArgs(
    string parameter
)

Parameters

Name Type Description
parameter String

A string value that represents any information that needs to be sent to the server side for further processing.

Remarks

Instances of the RoundPanelContentCallbackEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also