CustomJSPropertiesEventArgs Constructors
Provides data for the client CustomJSProperties events.| Name | Parameters | Description |
|---|---|---|
| CustomJSPropertiesEventArgs() | none | Initializes a new instance of the CustomJSPropertiesEventArgs class. |
| CustomJSPropertiesEventArgs(Dictionary<String, Object>) | properties | Initializes a new instance of the CustomJSPropertiesEventArgs class with the specified temporary client properties. |
See Also