menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskFocusEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MaskFocusEventArgs

    Interface for focus event.

    Inheritance
    System.Object
    MaskBlurEventArgs
    MaskFocusEventArgs
    Inherited Members
    MaskBlurEventArgs.Container
    MaskBlurEventArgs.MaskedValue
    MaskBlurEventArgs.Value
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MaskFocusEventArgs : MaskBlurEventArgs

    Constructors

    MaskFocusEventArgs()

    Declaration
    public MaskFocusEventArgs()

    Properties

    SelectionEnd

    Returns selectionEnd value depends on mask length.

    Declaration
    public int SelectionEnd { get; set; }
    Property Value
    Type
    System.Int32

    SelectionStart

    Returns selectionStart value as zero by default.

    Declaration
    public int SelectionStart { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved