VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / FocusedIndexChangedEventArgs Class / FocusedIndexChangedEventArgs Constructors / FocusedIndexChangedEventArgs Constructor(Int32,Boolean)
Syntax Requirements SeeAlso
In This Topic
    FocusedIndexChangedEventArgs Constructor(Int32,Boolean)
    In This Topic
    Initializes a new instance of the FocusedIndexChangedEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal focusedIndex
    Focused index.
    As System.Int32, _
    ByVal invalidate
    A value indicating whether the viewer must be invalidated.
    As Boolean _
    )
    public FocusedIndexChangedEventArgs(
    System.Int32 focusedIndex,
    bool invalidate
    )
    public: FocusedIndexChangedEventArgs(
    System.Int32 focusedIndex,
    bool invalidate
    )
    public:
    FocusedIndexChangedEventArgs(
    System.Int32 focusedIndex,
    bool invalidate
    )

    Parameters

    focusedIndex
    Focused index.
    invalidate
    A value indicating whether the viewer must be invalidated.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also