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

CustomJSPropertiesEventArgs Class

Provides data for the client CustomJSProperties events.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class CustomJSPropertiesEventArgs :
    EventArgs

Remarks

Objects of the CustomJSPropertiesEventArgs type are used as arguments for the CustomJSProperties events, which enable you to supply any server data via the temporary properties, that can be then accessed on the client.

CustomJSPropertiesEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also