Called when a key is pressed while the Expander has keyboard focus.
            
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| protected override void OnKeyDown( KeyEventArgs e ) | 
| Visual Basic | 
|---|
| Protected Overrides Sub OnKeyDown ( _ e As KeyEventArgs _ ) | 
| Visual C++ | 
|---|
| protected: virtual void OnKeyDown( KeyEventArgs^ e ) override | 
Parameters
- e
- Type: System.Windows.Input..::..KeyEventArgs
 KeyEventArgs containing the event data.





