aspnet-devexpress-dot-web-6dc240d8.md
Provides data for the client CustomJSProperties events.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CustomJSPropertiesEventArgs :
EventArgs
Public Class CustomJSPropertiesEventArgs
Inherits EventArgs
CustomJSPropertiesEventArgs is the data class for the following events:
Show 34 events
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.
Object EventArgs CustomJSPropertiesEventArgs ASPxCardViewClientJSPropertiesEventArgs
GanttCustomJSPropertiesEventArgs
ASPxGridViewClientJSPropertiesEventArgs
TreeListCustomJSPropertiesEventArgs
See Also