Back to Devexpress

CustomMaskEventArgs Properties

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-dot-underscore-properties.md

latest4.8 KB
Original Source

CustomMaskEventArgs Properties

Contains data for the CustomMask event.

NameDescription
ActionTypeGets the user action.
CurrentCursorPositionGets the cursor (caret) position before a user performs an action.
CurrentEditTextGets text displayed in the editor before a user performs an action.
CurrentHeadGets the editor’s text that precedes the cursor (caret) position or selected text.
CurrentSelectedTextGets the editor’s selected text.
CurrentSelectionAnchorGets the selection start point before a user performs an action.
CurrentSelectionEndGets the position of the right-most selected character.
CurrentSelectionStartGets the position of the left-most selected character.
CurrentTailGets the editor’s text that follows the cursor (caret) position or selected text.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
InsertedTextGets text a user attempts to add to the editor.
IsCanceledGets whether the user action does not lead to the editor value change.
IsSelectionGets whether the editor contains selected text.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
ResultCursorPositionGets the cursor (caret) position after a user performs an action.
ResultEditTextGets text displayed in the editor after a user performs an action.
ResultSelectionAnchorGets the selection start point after a user performs an action.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
TagGets the editor’s Tag property value.

See Also

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace