- e
- A System.Windows.Forms.PreviewKeyDownEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=False, UnmanagedCode=True, SkipVerification=False, Execution=False, ControlThread=False, ControlEvidence=False, ControlPolicy=False, SerializationFormatter=False, ControlDomainPolicy=False, ControlPrincipal=False, ControlAppDomain=False, RemotingConfiguration=False, Infrastructure=False, BindingRedirects=False, Action=SecurityAction.Demand Or _ SecurityAction.Deny Or _ SecurityAction.LinkDemand, Unrestricted=False)> <SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=False, UnmanagedCode=True, SkipVerification=False, Execution=False, ControlThread=False, ControlEvidence=False, ControlPolicy=False, SerializationFormatter=False, ControlDomainPolicy=False, ControlPrincipal=False, ControlAppDomain=False, RemotingConfiguration=False, Infrastructure=False, BindingRedirects=False, Action=SecurityAction.Demand Or _ SecurityAction.Assert Or _ SecurityAction.Deny Or _ SecurityAction.PermitOnly Or _ SecurityAction.LinkDemand Or _ SecurityAction.InheritanceDemand, Unrestricted=False)> Protected Overridable Sub OnPreviewKeyDown( _ ByVal e As PreviewKeyDownEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl Dim e As PreviewKeyDownEventArgs instance.OnPreviewKeyDown(e) |
C# | |
---|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=false, UnmanagedCode=true, SkipVerification=false, Execution=false, ControlThread=false, ControlEvidence=false, ControlPolicy=false, SerializationFormatter=false, ControlDomainPolicy=false, ControlPrincipal=false, ControlAppDomain=false, RemotingConfiguration=false, Infrastructure=false, BindingRedirects=false, Action=SecurityAction.Demand | SecurityAction.Deny | SecurityAction.LinkDemand, Unrestricted=false)] [SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=false, UnmanagedCode=true, SkipVerification=false, Execution=false, ControlThread=false, ControlEvidence=false, ControlPolicy=false, SerializationFormatter=false, ControlDomainPolicy=false, ControlPrincipal=false, ControlAppDomain=false, RemotingConfiguration=false, Infrastructure=false, BindingRedirects=false, Action=SecurityAction.Demand | SecurityAction.Assert | SecurityAction.Deny | SecurityAction.PermitOnly | SecurityAction.LinkDemand | SecurityAction.InheritanceDemand, Unrestricted=false)] protected virtual void OnPreviewKeyDown( PreviewKeyDownEventArgs e ) |
C++/CLI | |
---|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=false, UnmanagedCode=true, SkipVerification=false, Execution=false, ControlThread=false, ControlEvidence=false, ControlPolicy=false, SerializationFormatter=false, ControlDomainPolicy=false, ControlPrincipal=false, ControlAppDomain=false, RemotingConfiguration=false, Infrastructure=false, BindingRedirects=false, Action=SecurityAction.Demand | SecurityAction.Deny | SecurityAction.LinkDemand, Unrestricted=false)] [SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=false, UnmanagedCode=true, SkipVerification=false, Execution=false, ControlThread=false, ControlEvidence=false, ControlPolicy=false, SerializationFormatter=false, ControlDomainPolicy=false, ControlPrincipal=false, ControlAppDomain=false, RemotingConfiguration=false, Infrastructure=false, BindingRedirects=false, Action=SecurityAction.Demand | SecurityAction.Assert | SecurityAction.Deny | SecurityAction.PermitOnly | SecurityAction.LinkDemand | SecurityAction.InheritanceDemand, Unrestricted=false)] protected: virtual void OnPreviewKeyDown( PreviewKeyDownEventArgs^ e ) |
Parameters
- e
- A System.Windows.Forms.PreviewKeyDownEventArgs that contains the event data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7