Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / AutoCompletingMaskEventArgs Class
Members


In This Topic
    AutoCompletingMaskEventArgs Class
    In This Topic
    Provides information on input text whose mask is being automatically completed.
    Syntax
    'Declaration
     
    Public Class AutoCompletingMaskEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As AutoCompletingMaskEventArgs
    public class AutoCompletingMaskEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             Xceed.Wpf.Controls.AutoCompletingMaskEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AutoCompletingMaskEventArgs class specifying the inputted text as well as the information required to automatically complete the mask.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating the position at which the automatic completion of the mask starts.  
    Public PropertyGets or sets the text that will be used to automatically complete the mask.  
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the input text.  
    Public PropertyGets a copy of the MaskTextProvider that was used to mask the inputted text.  
    Public Property

    Gets a value indicating the number of selected characters.

     
    Public PropertyGets the position at which the input text starts.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also