CustomJSPropertiesEventArgs Class
Provides data for the client CustomJSProperties events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public class CustomJSPropertiesEventArgs :
EventArgs
Public Class CustomJSPropertiesEventArgs
Inherits EventArgs
Related API Members
CustomJSPropertiesEventArgs is the data class for the following events:
Related API Members
CustomJSPropertiesEventArgs is the data class for the following events:
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.
Inheritance
See Also