DataRepeaterDesigner.OnDragLeave Method
This member overrides ParentControlDesigner.OnDragLeave(EventArgs).
Namespace: Microsoft.VisualBasic.PowerPacks.Design
Assembly: Microsoft.VisualBasic.PowerPacks (in Microsoft.VisualBasic.PowerPacks.dll)
Syntax
'Declaration
Protected Overrides Sub OnDragLeave ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnDragLeave(e)
protected override void OnDragLeave(
EventArgs e
)
protected:
virtual void OnDragLeave(
EventArgs^ e
) override
protected override function OnDragLeave(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
Permissions
- 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.