DataRepeaterItem.OnPreviewKeyDown Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The DataRepeaterItem object is used internally by the DataRepeater control to display data at run time. The settings of the ItemTemplate determine how the data is displayed.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags := SecurityPermissionFlag.UnmanagedCode)> _
Protected Overrides Sub OnPreviewKeyDown ( _
e As PreviewKeyDownEventArgs _
)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)]
protected override void OnPreviewKeyDown(
PreviewKeyDownEventArgs e
)
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
protected:
virtual void OnPreviewKeyDown(
PreviewKeyDownEventArgs^ e
) override
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)>]
abstract OnPreviewKeyDown :
e:PreviewKeyDownEventArgs -> unit
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)>]
override OnPreviewKeyDown :
e:PreviewKeyDownEventArgs -> unit
protected override function OnPreviewKeyDown(
e : PreviewKeyDownEventArgs
)
Parameters
- e
Type: System.Windows.Forms.PreviewKeyDownEventArgs
The PreviewKeyDownEventArgs for the event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace