Class | Description | |
---|---|---|
DataTypeChangedEventArgs | InitializeDataTypeEventArgs class used for firing InitializeDataType event. | |
EventManager | Class for managing an MaskedEdit's events. It maintains an enabled flag for each event as well as a nested 'in progress' count and it exposes events for firing each event. | |
MaskChangedEventArgs | Event args class used for InitializeMask event. This event is fired after mask has been determined through autosense or by assigning EditAs property. When handling this message, user can modify the mask or EditAs properies on the control | |
MaskedEditControlUIElement | The main element for an MaskedEditControl (occupies the entire client area). | |
MaskValidationErrorEventArgs | MaskValidationErrorEventArgs class used for firing MaskValidationError event | |
Resources | Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly. | |
UltraMaskedEdit | MaskedEdit class | |
UltraWinMaskedEditAssemblyStyleInfo | Class used by the app styling infrastructure that provides the role and component role defitions used by the assembly. |
Delegate | Description | |
---|---|---|
UltraMaskedEdit.DataTypeChangedEventHandler | Delegate associated with the InitializeDataType event. | |
UltraMaskedEdit.InvalidCharEventHandler | Delegate associated with the InvalidChar event. | |
UltraMaskedEdit.InvalidOperationEventHandler | Delegate associated with the InvalidOperation event. | |
UltraMaskedEdit.MaskChangedEventHandler | Delegate associated with the MaskChanged event. | |
UltraMaskedEdit.MaskValidationErrorEventHandler | Delegate associated with the MaskValidationError event. |
Enumeration | Description | |
---|---|---|
EditAsType | common input masks | |
EventIds | event ids for event managing |