TextBoxClientSideEventsBase Constructors
Contains a list of client-side events specific to editors allowing data to be inputted into their text boxes.| Name | Parameters | Description |
|---|---|---|
| TextBoxClientSideEventsBase() | none | Initializes a new instance of the TextBoxClientSideEventsBase class with default settings. |
| TextBoxClientSideEventsBase(IPropertiesOwner) | owner | Initializes a new instance of the TextBoxClientSideEventsBase class with the specified owner. |
See Also