Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides DataGridViewComboBoxCell.OnLeave(Int32, Boolean).
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Protected Overrides Sub OnLeave ( _
rowIndex As Integer, _
throughMouseClick As Boolean _
)
protected override void OnLeave(
int rowIndex,
bool throughMouseClick
)
protected:
virtual void OnLeave(
int rowIndex,
bool throughMouseClick
) override
abstract OnLeave :
rowIndex:int *
throughMouseClick:bool -> unit
override OnLeave :
rowIndex:int *
throughMouseClick:bool -> unit
protected override function OnLeave(
rowIndex : int,
throughMouseClick : boolean
)
Parameters
- rowIndex
Type: System.Int32
- throughMouseClick
Type: System.Boolean
.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.