'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.