ASPxClientColorEdit.TextChanged Event
In This Article
This event is not in effect for the ASPxClientColorEdit. Use the ASPxClientColorEdit.ColorChanged event instead.
#Declaration
TypeScript
TextChanged: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientColorEdit>>
#Event Data
The TextChanged event's data class is ASPxClientProcessingModeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
process |
Specifies whether or not to process the event on the server. |
See Also