Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / QueryAccessibilityInstance Event


In This Topic
    QueryAccessibilityInstance Event
    In This Topic
    Occurs when create the accessibility object for the control.
    Syntax
    'Declaration
     
    
    Public Event QueryAccessibilityInstance As EventHandler(Of QueryAccessibleObjectValueEventArgs)
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler(Of QueryAccessibleObjectValueEventArgs)
     
    AddHandler instance.QueryAccessibilityInstance, handler
    public event EventHandler<QueryAccessibleObjectValueEventArgs> QueryAccessibilityInstance
    Event Data

    The event handler receives an argument of type QueryAccessibleObjectValueEventArgs containing data related to this event. The following QueryAccessibleObjectValueEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the result.  
    See Also