Version

Infragistics.Win.UltraWinMaskedEdit Namespace

Classes
 ClassDescription
ClassDataTypeChangedEventArgs InitializeDataTypeEventArgs class used for firing InitializeDataType event.
ClassEventManager 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.
ClassMaskChangedEventArgs 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
ClassMaskedEditControlUIElement The main element for an MaskedEditControl (occupies the entire client area).
ClassMaskValidationErrorEventArgs MaskValidationErrorEventArgs class used for firing MaskValidationError event
ClassResources Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
ClassUltraMaskedEdit MaskedEdit class
ClassUltraWinMaskedEditAssemblyStyleInfo Class used by the app styling infrastructure that provides the role and component role defitions used by the assembly.
Delegates
 DelegateDescription
DelegateUltraMaskedEdit.DataTypeChangedEventHandler Delegate associated with the InitializeDataType event.
DelegateUltraMaskedEdit.InvalidCharEventHandler Delegate associated with the InvalidChar event.
DelegateUltraMaskedEdit.InvalidOperationEventHandler Delegate associated with the InvalidOperation event.
DelegateUltraMaskedEdit.MaskChangedEventHandler Delegate associated with the MaskChanged event.
DelegateUltraMaskedEdit.MaskValidationErrorEventHandler Delegate associated with the MaskValidationError event.
Enumerations
 EnumerationDescription
EnumerationEditAsType common input masks
EnumerationEventIds event ids for event managing
See Also