[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / AutoCompletingMaskEventArgs Class


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.Toolkit.AutoCompletingMaskEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AutoCompletingMaskEventArgs class specifying the input 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 input text.  
    Public Property

    Gets a value indicating the number of selected characters.

     
    Public PropertyGets the position at which the inputted text starts.  
    Top
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also