ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MenuItem Class / OnAccessKey Method
The event data to the access key event. The event data reports which key was invoked, and indicate whether the System.Windows.Input.AccessKeyManager object that controls the sending of these events also sent this access key invocation to other elements.



In This Topic
    OnAccessKey Method
    In This Topic
    Provides class handling for when an access key that is meaningful for this element is invoked.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnAccessKey( _
       ByVal e As AccessKeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1MenuItem
    Dim e As AccessKeyEventArgs
     
    instance.OnAccessKey(e)
    protected override void OnAccessKey( 
       AccessKeyEventArgs e
    )
    protected:
    void OnAccessKey( 
       AccessKeyEventArgs^ e
    ) override 

    Parameters

    e
    The event data to the access key event. The event data reports which key was invoked, and indicate whether the System.Windows.Input.AccessKeyManager object that controls the sending of these events also sent this access key invocation to other elements.
    See Also